From 465135a0f8e47e7cf9d74c5c6e8fdfc107abf221 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 30 Oct 2020 16:26:55 +0200 Subject: [PATCH] Backport #32015 Fix redirects --- site/docs/4.5/components/forms.md | 2 +- site/docs/4.5/getting-started/build-tools.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/4.5/components/forms.md b/site/docs/4.5/components/forms.md index a3cd026187..6058b44abd 100644 --- a/site/docs/4.5/components/forms.md +++ b/site/docs/4.5/components/forms.md @@ -761,7 +761,7 @@ Here's how form validation works with Bootstrap: - To reset the appearance of the form (for instance, in the case of dynamic form submissions using AJAX), remove the `.was-validated` class from the `
` again after submission. - As a fallback, `.is-invalid` and `.is-valid` classes may be used instead of the pseudo-classes for [server side validation](#server-side). They do not require a `.was-validated` parent class. - Due to constraints in how CSS works, we cannot (at present) apply styles to a `