From 64b38d3365f1d65132942fce6e29fed7da076bba Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Wed, 28 Mar 2012 11:55:34 +0530
Subject: minor changes
---
testapp/templates/exam/question.html | 40 +++++++++++++++++++++++++++++++++++-
1 file changed, 39 insertions(+), 1 deletion(-)
(limited to 'testapp/templates')
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index 981af7f..87ed40d 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -9,7 +9,45 @@
{% endblock %}
{% block script %}
-
+
{% endblock script %}
{% block onload %} onload="update_time()" {% endblock onload %}
--
cgit