Skip to content

Commit

Permalink
Merge pull request #207 from derek-dchu/patch-1
Browse files Browse the repository at this point in the history
Fix a typo within bootstrap_field example
  • Loading branch information
Dylan Verheul committed Jan 22, 2015
2 parents 2986608 + 710ac9a commit c6c6c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap3/templatetags/bootstrap3.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def bootstrap_field(*args, **kwargs):
**example**::
{% bootstrap_form form_field %}
{% bootstrap_field form_field %}
"""
return render_field(*args, **kwargs)

Expand Down

0 comments on commit c6c6c99

Please sign in to comment.