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/show_quiz.html | 28 ++--------------------------
1 file changed, 2 insertions(+), 26 deletions(-)
(limited to 'testapp/templates/exam/show_quiz.html')
diff --git a/testapp/templates/exam/show_quiz.html b/testapp/templates/exam/show_quiz.html
index 684cfd2..1a4c289 100644
--- a/testapp/templates/exam/show_quiz.html
+++ b/testapp/templates/exam/show_quiz.html
@@ -3,33 +3,9 @@
{% block title %} Quiz List {% endblock title %}
{% block script %}
-
+
{% endblock %}
+
{% block subtitle %} Quiz List {% endblock %}
{% block manage %}
{% if not quizzes and not quiz %}
--
cgit