From 96aa6beeeeecc0722cbbded9e7ec7845068c8924 Mon Sep 17 00:00:00 2001 From: bashmak Date: Wed, 10 May 2017 09:43:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=81=D1=8B=D0=BB=D1=8C=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B5=D0=B4=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB=D1=8F=20=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D1=84=D0=B8=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/urls_abon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/abonapp/urls_abon.py b/abonapp/urls_abon.py index 99ac453..a8dfac3 100644 --- a/abonapp/urls_abon.py +++ b/abonapp/urls_abon.py @@ -20,6 +20,7 @@ urlpatterns = [ url(r'^(?P\d+)/complete_service(?P\d+)$', views.complete_service, name='compl_srv'), url(r'^(?P\d+)/activate_service(?P\d+)$', views.activate_service, name='activate_service'), url(r'^(?P\d+)/opt82$', views.opt82, name='opt82'), + url(r'^(?P\d+)/chart$', views.charts, name='charts'), url(r'^(?P\d+)/unsubscribe_service(?P\d+)$', views.unsubscribe_service, name='unsubscribe_service'),