Skip to content

Commit 05808a3

Browse files
committed
Removed another unneeded closing block name
1 parent d6136a4 commit 05808a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/bootstrap4.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the
7575
{% block body %}
7676
<h1>User Sign Up:</h1>
7777
{{ form(form) }}
78-
{% endblock body %}
78+
{% endblock %}
7979
8080
Accessibility
8181
-------------

0 commit comments

Comments
 (0)