diff --git a/users/templates/users/edit_profile.html b/users/templates/users/edit_profile.html index 0bb6594..e948d32 100644 --- a/users/templates/users/edit_profile.html +++ b/users/templates/users/edit_profile.html @@ -31,7 +31,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' %} @@ -50,7 +50,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