urls.py
changeset 220 807e4b701a20
parent 219 f04a1ec7a07f
child 221 a3de0d3c60a3
--- a/urls.py	Wed Jan 05 22:30:45 2011 +0530
+++ b/urls.py	Wed Jan 05 23:51:10 2011 +0530
@@ -124,5 +124,6 @@
     (r'^about/(\w+)/$', userViews.learn_more),
 
     (r'^textbook/$', taskViews.show_textbooks),
+    (r'^task/report/tid=(\w+)/$', taskViews.upload_work),
     
 )