From 79e6951d95622a0ebd906e0df6e23fd8be5c24e0 Mon Sep 17 00:00:00 2001 From: John Franey Date: Sat, 17 Jan 2015 00:42:58 -0500 Subject: [PATCH] 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]. --- docs/core_components/form_builder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_components/form_builder.rst b/docs/core_components/form_builder.rst index a141cc376..65ed639bf 100644 --- a/docs/core_components/form_builder.rst +++ b/docs/core_components/form_builder.rst @@ -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 %} {{ self.title }}