From 199d15907b69415abaa8be13ba08713c04db99f9 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 4 Feb 2017 12:03:58 +0000 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- accounts_app/views.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/accounts_app/views.py b/accounts_app/views.py index ec93c4b..8d376a6 100644 --- a/accounts_app/views.py +++ b/accounts_app/views.py @@ -244,10 +244,6 @@ def group(request, uid): grp_rights = grp.permissions.all() all_rights = Permission.objects.exclude(group=grp) - #prms = Permission.objects.all() - #for pr in prms: - # print u"%s | %s" % (pr.name, pr.codename) - return render(request, 'accounts/group.html', { 'group': grp, 'all_rights': all_rights,