From b1ba290f249d84989cb3cc38d018482794582a46 Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Thu, 22 Mar 2012 16:56:22 +0530
Subject: Autocomplete tagging functionality
---
testapp/templates/exam/question.html | 40 +-----------------------------------
1 file changed, 1 insertion(+), 39 deletions(-)
(limited to 'testapp/templates/exam/question.html')
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index b4b171e..981af7f 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -9,45 +9,7 @@
{% endblock %}
{% block script %}
-
+
{% endblock script %}
{% block onload %} onload="update_time()" {% endblock onload %}
--
cgit