mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-09 16:04:45 +00:00
Update form_builder.rst
These old tag libraries have been replaced by ```wagtailcore_tags``` according to (http://wagtail.readthedocs.org/en/latest/core_components/pages/writing_templates.html?highlight=pageurl#internal-links-tag)[here] and (http://wagtail.readthedocs.org/en/latest/core_components/pages/writing_templates.html?highlight=rich_text#rich-text-filter)[here].
This commit is contained in:
parent
fd247e69cd
commit
79e6951d95
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ You now need to create two templates named form_page.html and form_page_landing.
|
|||
|
||||
.. code:: html
|
||||
|
||||
{% load pageurl rich_text %}
|
||||
{% load wagtailcore_tags %}
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ self.title }}</title>
|
||||
|
|
|
|||
Loading…
Reference in a new issue