Skip to content

Commit d4a3289

Browse files
committed
Fix broken reference to forms/bootstrap4
Fix typo in reference. Fixes the following diagnostic emitted by `_build/build.php`: ``` Found invalid reference "reference-forms-bootstrap4-error-messages" in file "form/form_customization" ```
1 parent baffcc6 commit d4a3289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/bootstrap4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the
7777
{{ form(form) }}
7878
{% endblock %}
7979

80-
.. _reference-forms-bootstrap-error-messages:
80+
.. _reference-forms-bootstrap4-error-messages:
8181

8282
Error Messages
8383
--------------

0 commit comments

Comments
 (0)