From 721f4d9c454231c10de356a4d7e15a4928a4215e Mon Sep 17 00:00:00 2001 From: ailsoncgt Date: Wed, 21 Sep 2016 00:22:29 -0300 Subject: [PATCH] input-sm class --- users/templates/users/update.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/templates/users/update.html b/users/templates/users/update.html index 2bd5aed..74ed76d 100644 --- a/users/templates/users/update.html +++ b/users/templates/users/update.html @@ -24,7 +24,7 @@ {% endfor %} {% endif %} - +
@@ -34,7 +34,7 @@
{% if field.auto_id == 'id_birth_date' %} - {% render_field field class='form-control input-sm' type='date' %} + {{ field.help_text }} {% elif field.auto_id == 'id_image' %} {% render_field field class='form-control input-sm' %} @@ -53,7 +53,7 @@
{% else %} - {% render_field field class='form-control input-sm' %} + {% render_field field class='form-control' %} {{ field.help_text }} {% endif %} {% if field.errors.length > 0 %} -- libgit2 0.21.2