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