diff options
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,5 +124,6 @@ urlpatterns = patterns('', (r'^about/(\w+)/$', userViews.learn_more), (r'^textbook/$', taskViews.show_textbooks), + (r'^task/report/tid=(\w+)/$', taskViews.upload_work), ) |