diff --git a/users/templates/users/edit_profile.html b/users/templates/users/edit_profile.html index 3124ff8..0bb6594 100644 --- a/users/templates/users/edit_profile.html +++ b/users/templates/users/edit_profile.html @@ -11,17 +11,6 @@ {% endblock %} -{% block sidebar %} -
- - {% trans 'Profile' %} - - - {% trans 'Edit Profile' %} - -
-{% endblock %} - {% block content %} {% if messages %} {% for message in messages %} @@ -33,42 +22,62 @@ {% endfor %} {% endif %} - -
- {% csrf_token %} - {% for field in form %} -
- - {% if field.auto_id == 'id_image' %} - {% render_field field class='form-control input-sm' %} -
- - - - -
- {% else %} - {% render_field field class='form-control input-sm' %} - {% endif %} - {{ field.help_text }} - {% if field.errors.length > 0 %} - +
+
{% endblock %} -- libgit2 0.21.2