From f7ac50afd985e603a56c4fcb0b5649414d0ff513 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 15 Mar 2018 09:36:32 +0300 Subject: [PATCH] LIL-298. Fix notification settings template --- .../templates/user/notification-settings.html | 41 ++++++------------- 1 file changed, 12 insertions(+), 29 deletions(-) diff --git a/apps/user/templates/user/notification-settings.html b/apps/user/templates/user/notification-settings.html index e15996e5..3a486926 100644 --- a/apps/user/templates/user/notification-settings.html +++ b/apps/user/templates/user/notification-settings.html @@ -24,42 +24,25 @@ {% endif %}
-
+
{% csrf_token %}
Уведомления и рассылка
+ {% for category in subscription_categories %} - - - - - - + {% endfor %}
-
+
-{% endblock content %} \ No newline at end of file +{% endblock content %}