From 7608e9966e9dbbbce41bf5a00a5689ec95388d86 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 16 Dec 2016 20:49:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=BE=D1=80=D0=BC=D0=B0=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=BD=D0=B8=D0=BA=D0=B0=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D1=8B=20=D0=B0=D0=B1=D0=BE=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/accounts/profile_chgroup.html | 43 +++++++++---------------- 1 file changed, 16 insertions(+), 27 deletions(-) diff --git a/templates/accounts/profile_chgroup.html b/templates/accounts/profile_chgroup.html index f342a52..48f7a94 100644 --- a/templates/accounts/profile_chgroup.html +++ b/templates/accounts/profile_chgroup.html @@ -1,34 +1,23 @@ {% extends request.is_ajax|yesno:'nullcont.htm,accounts/ext.htm' %} {% block content %} - Принадлежность аккаунта группам -
{% csrf_token %} -
- - + Ответственность администратора к группам абонентов + {% csrf_token %} + {% for ag in abongroups %} +
+ +
+ {% endfor %} +
+
- -
- - -
-
- {% endblock %} \ No newline at end of file