From 9e2c6a663435a427ae99b2b0dabd688bb766aa51 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 25 Oct 2017 00:30:44 +1100 Subject: [PATCH] Mark login form fields as required --- lemonauth/templates/lemonauth/tags/form_field.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonauth/templates/lemonauth/tags/form_field.html b/lemonauth/templates/lemonauth/tags/form_field.html index dd63630..2fa811f 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 %}