urls.py
changeset 103 3a4c8fccb9f3
parent 101 e2903a92b5e8
child 111 c272d4c601cd
--- a/urls.py	Thu Feb 25 19:46:19 2010 +0530
+++ b/urls.py	Thu Feb 25 20:13:59 2010 +0530
@@ -50,5 +50,7 @@
     (r'^user/requests/rid=(\d+)/(\w+)/$', userViews.process_request),
 
     (r'^user/notifications/$', userViews.browse_notifications),
+    (r'^user/notifications/nid=(\d+)/$', userViews.view_notification),
+    (r'^user/notifications/nid=(\d+)/(\w+)/$', userViews.edit_notification),
     
 )