File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ displaying forms outside of the main form view provided. It will
107
107
display a form when given an argument in one of the following
108
108
formats, where ``form_instance `` is an instance of the ``Form `` model::
109
109
110
+ {% load forms_builder_tags %}
111
+
110
112
{% render_built_form form_instance %}
111
113
{% render_built_form form=form_instance %}
112
114
{% render_built_form id=form_instance.id %}
@@ -116,8 +118,6 @@ This allows forms to be displayed without having a form instance, using
116
118
a form's slug or ID, which could be hard-coded in a template, or stored
117
119
in another model instance.
118
120
119
- Don't forget to load the template tag before :
120
- {% load forms_builder_tags %}
121
121
122
122
File Uploads
123
123
============
You can’t perform that action at this time.
0 commit comments