summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index ba2e099..47cec91 100644
--- a/urls.py
+++ b/urls.py
@@ -54,5 +54,7 @@ urlpatterns = patterns('',
(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),
)