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 4152bd1..dca8bff 100644
--- a/urls.py
+++ b/urls.py
@@ -58,5 +58,7 @@ urlpatterns = patterns('',
(r'^user/make/(\w+)/$', userViews.change_rights),
(r'^about/(\w+)/$', userViews.learn_more),
+
+ (r'^textbook/$', taskViews.show_textbooks),
)