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