diff options
author | hardythe1 | 2012-04-14 06:28:44 +0530 |
---|---|---|
committer | hardythe1 | 2012-04-14 06:28:44 +0530 |
commit | 5d7ab20a710e2374a3345b07ed62154456dbd2c8 (patch) | |
tree | c553204df559a8c71e7b462a18b48f548d7fe193 /testapp/exam/urls.py | |
parent | c0fcc1181e209192f6d11f2ca521e55e33a4ead7 (diff) | |
download | online_test-5d7ab20a710e2374a3345b07ed62154456dbd2c8.tar.gz online_test-5d7ab20a710e2374a3345b07ed62154456dbd2c8.tar.bz2 online_test-5d7ab20a710e2374a3345b07ed62154456dbd2c8.zip |
model changes as per requirnment
Diffstat (limited to 'testapp/exam/urls.py')
-rw-r--r-- | testapp/exam/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/urls.py b/testapp/exam/urls.py index 4651204..e7284f2 100644 --- a/testapp/exam/urls.py +++ b/testapp/exam/urls.py @@ -33,6 +33,7 @@ urlpatterns = patterns('exam.views', url(r'^manage/designquestionpaper/automatic/(?P<questionpaper_id>\d+)/$','automatic_questionpaper'), url(r'^manage/designquestionpaper/automatic$','automatic_questionpaper'), url(r'^manage/designquestionpaper/manual$','manual_questionpaper'), + url(r'^manage/designquestionpaper/manual/(?P<questionpaper_id>\d+)/$','manual_questionpaper'), ) |