From 7eaeb90e0db758894c2cebf8e062d65c1faa2a6d Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 7 Apr 2015 14:33:46 +0530 Subject: Changed variable name --- testapp/exam/templates/exam/intro.html | 2 +- testapp/exam/templates/exam/quit.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testapp/exam/templates') diff --git a/testapp/exam/templates/exam/intro.html b/testapp/exam/templates/exam/intro.html index 58068ed..592937a 100644 --- a/testapp/exam/templates/exam/intro.html +++ b/testapp/exam/templates/exam/intro.html @@ -27,7 +27,7 @@

We hope you enjoy taking this exam !!!

-
+ {% csrf_token %}
diff --git a/testapp/exam/templates/exam/quit.html b/testapp/exam/templates/exam/quit.html index 2c347cb..f49b62f 100644 --- a/testapp/exam/templates/exam/quit.html +++ b/testapp/exam/templates/exam/quit.html @@ -7,8 +7,8 @@

Your current answers are saved.

Are you sure you wish to quit the exam?

Be sure, as you won't be able to restart this exam.

-
+ {% csrf_token %} -
 
+
 
{% endblock content %} -- cgit