From 44e8a20f51427eb01d4158a8d485a83da8287729 Mon Sep 17 00:00:00 2001 From: fbormann Date: Mon, 31 Oct 2016 17:47:22 -0300 Subject: [PATCH] solved column problems by adding rows #208 --- core/templates/register_user.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/core/templates/register_user.html b/core/templates/register_user.html index 188953c..8f42733 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -38,13 +38,14 @@ {% csrf_token %} {% trans 'User Register' %} {% for field in form %} +
{% if field.field.required %} - + {% else %} - + {% endif %} -
+
{% if field.auto_id == 'id_birth_date' %} {% render_field field class='form-control input-sm date-picker' %} @@ -83,11 +84,12 @@
{% endif %}
+
{% endfor %} -
+
-
+ -- libgit2 0.21.2