diff --git a/users/templates/users/_form.html b/users/templates/users/_form.html index be5782b..112fe4c 100644 --- a/users/templates/users/_form.html +++ b/users/templates/users/_form.html @@ -4,7 +4,7 @@
{% csrf_token %} {% for field in form %} -
+
{% if field.auto_id == 'id_image' %} {% if field.field.required %} @@ -56,12 +56,15 @@ {% endif %}
{% endfor %} -
-
- -
-
- {% trans 'Cancel' %} +
+
+
+ +
+
+ -- libgit2 0.21.2