summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/add_quiz.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/templates/exam/add_quiz.html')
-rw-r--r--testapp/templates/exam/add_quiz.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/testapp/templates/exam/add_quiz.html b/testapp/templates/exam/add_quiz.html
index c5998d8..c8e1ac3 100644
--- a/testapp/templates/exam/add_quiz.html
+++ b/testapp/templates/exam/add_quiz.html
@@ -27,7 +27,8 @@
{{ form.as_table }}
</table>
</center>
- <center><button class="btn" type="submit" name="save">Save</button>
+
+ <center><button class="btn" type="submit" name="questionpaper">Design Question Paper</button>
<button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/showquiz/");'>Cancel</button> </center>
</form>
{% endblock %}