diff options
Diffstat (limited to 'testapp/exam/urls.py')
-rw-r--r-- | testapp/exam/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testapp/exam/urls.py b/testapp/exam/urls.py index 43970ce..c87df9a 100644 --- a/testapp/exam/urls.py +++ b/testapp/exam/urls.py @@ -47,4 +47,6 @@ urlpatterns = patterns('testapp.exam.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'), ##@@ + ) |