urls.py
changeset 127 71888e23f323
parent 126 e5377fdaf110
child 141 2489392ffb56
--- a/urls.py	Sat Feb 27 00:48:50 2010 +0530
+++ b/urls.py	Sat Feb 27 01:27:35 2010 +0530
@@ -54,5 +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'^about/(\w+)/$', userViews.learn_more),
     
 )