From c8b68813ca80aee16261e5f02d541ed48712feae Mon Sep 17 00:00:00 2001
From: Hardik Ghaghada
Date: Fri, 26 Apr 2013 16:40:34 +0530
Subject: Dumped JS from HTML pages to separate JS files
---
testapp/templates/exam/add_quiz.html | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
(limited to 'testapp/templates/exam/add_quiz.html')
diff --git a/testapp/templates/exam/add_quiz.html b/testapp/templates/exam/add_quiz.html
index 2667c0c..9851584 100644
--- a/testapp/templates/exam/add_quiz.html
+++ b/testapp/templates/exam/add_quiz.html
@@ -10,17 +10,7 @@
{% block script %}
-
+
{% endblock %}
{% block onload %} onload="javascript:test();" {% endblock %}
{% block manage %}
--
cgit