From edb2761e8646455385bf5c38fc689f23bd80b9cd Mon Sep 17 00:00:00 2001 From: fbormann Date: Tue, 25 Oct 2016 11:31:50 -0300 Subject: [PATCH] fixed some design issues with register user #187 --- core/templates/register_user.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/templates/register_user.html b/core/templates/register_user.html index 47f9770..c2e2f83 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -27,7 +27,7 @@
-
+
@@ -44,7 +44,8 @@ {% else %} {% endif %} -
+
{% if field.auto_id == 'id_birth_date' %} {% render_field field class='form-control input-sm date-picker' %} {{ field.help_text }} -- libgit2 0.21.2