Skip to content

Commit e51cb18

Browse files
committed
Fixed some references
1 parent 245558c commit e51cb18

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
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
--------------

form/bootstrap5.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the
8181
{{ form(form) }}
8282
{% endblock %}
8383

84-
.. _reference-forms-bootstrap-error-messages:
85-
8684
.. note::
8785

8886
By default, all inputs are rendered with the ``mb-3`` class on their

form/form_customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Renders any errors for the given field.
258258
.. caution::
259259

260260
In the Bootstrap 4 form theme, ``form_errors()`` is already included
261-
in ``form_label()``, see ":ref:`reference-forms-bootstrap-error-messages`"
261+
in ``form_label()``, see ":ref:`reference-forms-bootstrap4-error-messages`"
262262

263263
.. _reference-forms-twig-widget:
264264

0 commit comments

Comments
 (0)