From 56aa6449abcfb8f35baf4f57546f537cd519b2d5 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Mon, 20 Mar 2017 14:04:57 -0300 Subject: [PATCH] Buttons aligned with the form in users --- users/templates/users/_form.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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