From d2904daefc76b1e2f84ed68a85ed07b04a56276d Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Wed, 7 Feb 2018 16:09:33 +0300 Subject: [PATCH] LIL-182. Fix user edit template --- .../user/templates/user/profile-settings.html | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/apps/user/templates/user/profile-settings.html b/apps/user/templates/user/profile-settings.html index 37eaf6d6..4af4e6ba 100644 --- a/apps/user/templates/user/profile-settings.html +++ b/apps/user/templates/user/profile-settings.html @@ -41,17 +41,17 @@
-
+ {% csrf_token %}
Личные данные
{% if user.photo %} - + {% else %} - + {% endif %} - +
@@ -193,4 +193,17 @@
+ {% endblock content %} \ No newline at end of file