diff options
author | hardythe1 | 2014-07-02 13:13:18 +0530 |
---|---|---|
committer | hardythe1 | 2014-07-02 13:13:18 +0530 |
commit | 2e1a56c7d485b17dbeadf7458332c2e33a84f00e (patch) | |
tree | 0960ad6619aa6a07b35dc793d69bb86ffbfa6130 /testapp | |
parent | 3e9626308098bf412ca4f228f7667526ad52bbdd (diff) | |
download | online_test-2e1a56c7d485b17dbeadf7458332c2e33a84f00e.tar.gz online_test-2e1a56c7d485b17dbeadf7458332c2e33a84f00e.tar.bz2 online_test-2e1a56c7d485b17dbeadf7458332c2e33a84f00e.zip |
removing links
Diffstat (limited to 'testapp')
-rw-r--r-- | testapp/exam/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testapp/exam/views.py b/testapp/exam/views.py index ad5c263..42a4f76 100644 --- a/testapp/exam/views.py +++ b/testapp/exam/views.py @@ -168,7 +168,6 @@ def intro(request, questionpaper_id): user = request.user ci = RequestContext(request) quest_paper = QuestionPaper.objects.get(id=questionpaper_id) - print quest_paper.quiz.prerequisite if quest_paper.quiz.prerequisite: try: pre_quest = QuestionPaper.objects.get(quiz=quest_paper.quiz.prerequisite) |