summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2015-09-01 13:03:56 +0530
committerPrabhu Ramachandran2015-09-01 13:03:56 +0530
commitc9abbadbb0e6a4a60edb7ef2a14d6c74648b0677 (patch)
tree8a140c6e2869885b5f53ac8204a8b6ed4a2436a2 /testapp/exam/urls.py
parent44cb800dec3fb81fa084ef59ebe4b54f0b389bc1 (diff)
parentdbab99bc13b8483c24706e47a9a0926508e3c332 (diff)
downloadonline_test-c9abbadbb0e6a4a60edb7ef2a14d6c74648b0677.tar.gz
online_test-c9abbadbb0e6a4a60edb7ef2a14d6c74648b0677.tar.bz2
online_test-c9abbadbb0e6a4a60edb7ef2a14d6c74648b0677.zip
Merge pull request #54 from ankitjavalkar/filter-sort
Filter fields for questions
Diffstat (limited to 'testapp/exam/urls.py')
-rw-r--r--testapp/exam/urls.py2
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'), ##@@
+
)