Skip to content

Commit 2e42de6

Browse files
author
Dylan Verheul
committed
Merge pull request zostera#183 from frlan/patch-1
Correct example from documentation to fit with syntax for bootstrap_form...
2 parents 9cf28fe + 23c01a4 commit 2e42de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap3/templatetags/bootstrap3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def bootstrap_field(*args, **kwargs):
318318
319319
**example**::
320320
321-
{% bootstrap_form form_field form.subject %}
321+
{% bootstrap_form form_field %}
322322
"""
323323
return render_field(*args, **kwargs)
324324

0 commit comments

Comments
 (0)