From 53fbc804bd9be7ad741d9ea97902bc8631966e2f Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 25 Oct 2017 00:30:09 +1100 Subject: [PATCH] Whoops, use correct Bootstrap 4 classes to indicate invalid form fields --- lemonauth/templates/lemonauth/tags/form_field.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemonauth/templates/lemonauth/tags/form_field.html b/lemonauth/templates/lemonauth/tags/form_field.html index 80e319c..dd63630 100644 --- a/lemonauth/templates/lemonauth/tags/form_field.html +++ b/lemonauth/templates/lemonauth/tags/form_field.html @@ -1,6 +1,6 @@ -
+
- {% if field.help_text %}

{{ field.help_text }}

{% endif %}