--- 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),
)