From 1e11eb2d0616569de20464d3398029754f7648ea Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 15 Jan 2017 23:28:25 +0000 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/abonapp/views.py b/abonapp/views.py index e0e1c54..13dde83 100644 --- a/abonapp/views.py +++ b/abonapp/views.py @@ -158,6 +158,7 @@ def delentity(request): messages.error(request, e.message) return redirect('abonapp:group_list') + @login_required @permission_required('abonapp.can_add_ballance') def abonamount(request, gid, uid):