summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls/group.py
diff options
context:
space:
mode:
authorAnuja G <anuja.gk@gmail.com>2014-07-09 17:33:40 +0530
committerAnuja G <anuja.gk@gmail.com>2014-07-09 17:33:40 +0530
commita49a2e088e25867e2d6219108ac500583981c722 (patch)
tree3989245a5bf3c52ea48b08d5c1e1e090841e0b1b /gnowsys-ndf/gnowsys_ndf/ndf/urls/group.py
parente63d20243460949b0ff1b8ed9c8ed73a50f7add3 (diff)
downloadgnowsys-a49a2e088e25867e2d6219108ac500583981c722.tar.gz
Subscribe users as admin added
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls/group.py')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/group.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/group.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/group.py
index 8e60b5b..ab243fa 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/group.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/group.py
@@ -20,5 +20,6 @@ urlpatterns += patterns('gnowsys_ndf.ndf.views.notify',
url(r'^/notify/join/$', 'notifyuser', name='notifyuser'),
url(r'^/notify/remove/$', 'notify_remove_user', name='notifyremuser'),
url(r'^/notify/invite_users/$', 'invite_users', name='sendinvitation'),
+ url(r'^/notify/invite_admins/$', 'invite_admins', name='admininvitations'),
)