From 96f0174c15cd1d86f024fd81135b6335652abe3e Mon Sep 17 00:00:00 2001 From: Mark Pedron Date: Sat, 15 Jan 2022 14:08:11 +0100 Subject: [PATCH] Add missing anchor in forms/bootstrap5 Fixes the following diagnostic emitted by `_build/build.php`: ``` Found invalid reference "reference-forms-bootstrap5-error-messages" in file "form/form_customization" ``` --- form/bootstrap5.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/form/bootstrap5.rst b/form/bootstrap5.rst index 9e1f0bd3d45..0a593d0d31c 100644 --- a/form/bootstrap5.rst +++ b/form/bootstrap5.rst @@ -83,6 +83,8 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the container. If you override the ``row_attr`` class option, the ``mb-3`` will be overridden too and you will need to explicitly add it. +.. _reference-forms-bootstrap5-error-messages: + Error Messages --------------