From ec05adee6d812a78c0623fc04212fe3ca843a2b2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 30 Oct 2020 16:24:45 +0200 Subject: [PATCH] Fix redirects (#32015) --- site/content/docs/5.0/forms/validation.md | 2 +- site/content/docs/5.0/getting-started/build-tools.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.0/forms/validation.md b/site/content/docs/5.0/forms/validation.md index e01d369b08c0..215638e4f1cb 100644 --- a/site/content/docs/5.0/forms/validation.md +++ b/site/content/docs/5.0/forms/validation.md @@ -22,7 +22,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 `