diff options
author | jayparikh111 | 2012-11-08 12:34:14 +0530 |
---|---|---|
committer | jayparikh111 | 2012-11-08 12:34:14 +0530 |
commit | 370440db8a77969b7cd9c4a5803e6527841b55e4 (patch) | |
tree | faa101adfb6fd8c59da0c66e15ef21d6edea5461 /testapp/templates/exam/automatic_questionpaper.html | |
parent | f707474335496cdb4c7b921be0675cb83f4b12d9 (diff) | |
download | online_test-370440db8a77969b7cd9c4a5803e6527841b55e4.tar.gz online_test-370440db8a77969b7cd9c4a5803e6527841b55e4.tar.bz2 online_test-370440db8a77969b7cd9c4a5803e6527841b55e4.zip |
removed global set varible
Diffstat (limited to 'testapp/templates/exam/automatic_questionpaper.html')
-rw-r--r-- | testapp/templates/exam/automatic_questionpaper.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/templates/exam/automatic_questionpaper.html b/testapp/templates/exam/automatic_questionpaper.html index b8f76b4..7a70748 100644 --- a/testapp/templates/exam/automatic_questionpaper.html +++ b/testapp/templates/exam/automatic_questionpaper.html @@ -86,6 +86,7 @@ function load_data() <th>Points <th>Tags {% for question in data.questions %} + <input type=hidden name='questions' value={{ question.id }} /> <tr><td>{{ question.summary }} <td>{{ question.type }} <td>{{ question.points }} <td> {% for tag in question.tags.all %} {{ tag }} |