From 65d8a3d090af8c126fe3dc755050be13dd99283a Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Fri, 13 May 2016 18:20:54 +0530 Subject: added help for user mode and god mode --- yaksh/templates/yaksh/add_quiz.html | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/yaksh/templates/yaksh/add_quiz.html b/yaksh/templates/yaksh/add_quiz.html index 8c3df63..5a0bee4 100644 --- a/yaksh/templates/yaksh/add_quiz.html +++ b/yaksh/templates/yaksh/add_quiz.html @@ -11,6 +11,7 @@ {% endblock %} {% block onload %} onload="javascript:test();" {% endblock %} {% block manage %} +
{% csrf_token %}
@@ -18,13 +19,33 @@ {{ form.as_table }}
- +
+
+
{% if quiz_id %} -

You can check the quiz by attempting it in the following modes:

- - + +
You can check the quiz by attempting it in the following modes:
+
+ + + + Help +
+
+ {% endif %} {% endblock %} -- cgit