From e9f06f07d3b5dc9d9c9760af38ce00afc5c1db96 Mon Sep 17 00:00:00 2001
From: Hardik Ghaghada
Date: Mon, 10 Jun 2013 13:16:27 +0530
Subject: Added the snippet feature & cleaned JS
---
testapp/templates/exam/question.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'testapp/templates/exam/question.html')
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index 0fe7345..435f67f 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -93,9 +93,9 @@ function update_time()
-
+
{% endif %}
{% if question.type == "mcq" %}
--
cgit