diff options
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r-- | yaksh/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py index a9f7a98..66159f0 100644 --- a/yaksh/urls.py +++ b/yaksh/urls.py @@ -47,6 +47,6 @@ urlpatterns = patterns('yaksh.views', url(r'^manage/designquestionpaper/manual/(?P<questionpaper_id>\d+)/$',\ 'manual_questionpaper'), url(r'^ajax/questionpaper/(?P<query>.+)/$', 'ajax_questionpaper'), - url(r'^ajax/questions/filter/$', 'ajax_questions_filter'), ##@@ + url(r'^ajax/questions/filter/$', 'ajax_questions_filter'), ) |