Skip to content

Commit c203824

Browse files
authored
Update README.rst
1 parent f94b397 commit c203824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ displaying forms outside of the main form view provided. It will
107107
display a form when given an argument in one of the following
108108
formats, where ``form_instance`` is an instance of the ``Form`` model::
109109

110+
{% load forms_builder_tags %}
111+
110112
{% render_built_form form_instance %}
111113
{% render_built_form form=form_instance %}
112114
{% render_built_form id=form_instance.id %}
@@ -116,8 +118,6 @@ This allows forms to be displayed without having a form instance, using
116118
a form's slug or ID, which could be hard-coded in a template, or stored
117119
in another model instance.
118120

119-
Don't forget to load the template tag before :
120-
{% load forms_builder_tags %}
121121

122122
File Uploads
123123
============

0 commit comments

Comments
 (0)