summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/showquestionpapers.html
diff options
context:
space:
mode:
authorhardythe12012-04-14 06:28:44 +0530
committerhardythe12012-04-14 06:28:44 +0530
commit5d7ab20a710e2374a3345b07ed62154456dbd2c8 (patch)
treec553204df559a8c71e7b462a18b48f548d7fe193 /testapp/templates/exam/showquestionpapers.html
parentc0fcc1181e209192f6d11f2ca521e55e33a4ead7 (diff)
downloadonline_test-5d7ab20a710e2374a3345b07ed62154456dbd2c8.tar.gz
online_test-5d7ab20a710e2374a3345b07ed62154456dbd2c8.tar.bz2
online_test-5d7ab20a710e2374a3345b07ed62154456dbd2c8.zip
model changes as per requirnment
Diffstat (limited to 'testapp/templates/exam/showquestionpapers.html')
-rw-r--r--testapp/templates/exam/showquestionpapers.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/testapp/templates/exam/showquestionpapers.html b/testapp/templates/exam/showquestionpapers.html
index 7a77d2f..26b756d 100644
--- a/testapp/templates/exam/showquestionpapers.html
+++ b/testapp/templates/exam/showquestionpapers.html
@@ -14,8 +14,6 @@
<input type="checkbox" name="papers" value="{{ i.id }}">&nbsp;&nbsp;<a href="{{URL_ROOT}}/exam/manage/showquestionpapers/{{ i.id }}">{{ i.quiz.description }}</a><br>
{% endfor %}
<br>
-<button class="btn" type="button" onclick='location.replace("{{URL_ROOT}}/exam/manage/addquestion/");'>Add Question</button>&nbsp;&nbsp;
-<button class="btn" type="submit" name='edit' value='edit' onClick="return confirm_edit(frm);">Edit Selected</button>&nbsp;&nbsp;
<button class="btn" type="submit" onClick="return confirm_delete(frm);" name='delete' value='delete'>Delete Selected</button>
</form>
{% endblock %}