urls.py
changeset 141 2489392ffb56
parent 127 71888e23f323
child 167 b61e45074ba1
--- a/urls.py	Sun Feb 28 10:43:36 2010 +0530
+++ b/urls.py	Sun Feb 28 13:25:24 2010 +0530
@@ -54,6 +54,7 @@
     (r'^user/notifications/$', userViews.browse_notifications),
     (r'^user/notifications/nid=(\d+)/$', userViews.view_notification),
     (r'^user/notifications/nid=(\d+)/(\w+)/$', userViews.edit_notification),
+    (r'^user/make/(\w+)/$', userViews.change_rights),
 
     (r'^about/(\w+)/$', userViews.learn_more),