From 85122058febd02c3a7396b196f4a4ba49a507986 Mon Sep 17 00:00:00 2001 From: bashmak Date: Fri, 7 Apr 2017 17:57:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=80=D0=B5=D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abonapp/views.py b/abonapp/views.py index fa13685..4ffc1b9 100644 --- a/abonapp/views.py +++ b/abonapp/views.py @@ -176,7 +176,7 @@ def abonamount(request, gid, uid): abon.add_ballance(request.user, amnt, comment=_('fill account through admin side')) abon.save(update_fields=['ballance']) messages.success(request, _('Account filled successfully on %.2f') % amnt) - return redirect('abonapp:abon_home', gid=gid, uid=uid) + return redirect('abonapp:abon_phistory', gid=gid, uid=uid) else: messages.error(request, _('I not know the account id')) except (NasNetworkError, NasFailedResult) as e: