diff --git a/docs/forms.rst b/docs/forms.rst index 093b7562..3ca0297f 100644 --- a/docs/forms.rst +++ b/docs/forms.rst @@ -10,6 +10,7 @@ last few versions, Flask-Bootstrap is currently developed for Flask-WTF_ version The most basic way is using them as an aid to create a form by hand: .. code-block:: jinja + {% import "bootstrap/wtf.html" as wtf %}
{{ form.hidden_tag() }}