From 29746291a1f6b1f835f8a6f887644d6f35cbdce8 Mon Sep 17 00:00:00 2001 From: fbormann Date: Mon, 31 Oct 2016 22:37:32 -0300 Subject: [PATCH] error message on template #208 --- core/templates/register_user.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/templates/register_user.html b/core/templates/register_user.html index 8f42733..bf93190 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -39,7 +39,7 @@ {% trans 'User Register' %} {% for field in form %}
-
+
{% if field.field.required %} {% else %} @@ -72,7 +72,7 @@
{% if field.errors %} -