diff --git a/django/contrib/formtools/templates/formtools/form.html b/django/contrib/formtools/templates/formtools/form.html index 90da8b2b2b..194bbdd675 100644 --- a/django/contrib/formtools/templates/formtools/form.html +++ b/django/contrib/formtools/templates/formtools/form.html @@ -9,7 +9,7 @@ {{ form }} -

+

{% endblock %} diff --git a/django/contrib/formtools/templates/formtools/preview.html b/django/contrib/formtools/templates/formtools/preview.html index c7955d46e1..983115758f 100644 --- a/django/contrib/formtools/templates/formtools/preview.html +++ b/django/contrib/formtools/templates/formtools/preview.html @@ -7,7 +7,7 @@ {% for field in form %} - + {% endfor %} @@ -30,7 +30,7 @@ {{ form }}
{{ field.verbose_name }}:{{ field.label }}: {{ field.data|escape }}
-

+

{% endblock %}