From 5ea5324aba75b3d76c2c1d275851d3da06d78d63 Mon Sep 17 00:00:00 2001
From: ankitjavalkar
Date: Wed, 20 May 2015 15:09:22 +0530
Subject: Change Skip Question button to Attempt Later
---
testapp/exam/templates/exam/question.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'testapp/exam/templates')
diff --git a/testapp/exam/templates/exam/question.html b/testapp/exam/templates/exam/question.html
index eac6792..5cc9db0 100644
--- a/testapp/exam/templates/exam/question.html
+++ b/testapp/exam/templates/exam/question.html
@@ -179,7 +179,7 @@ function call_skip(url)
{% else %}
{% endif %}
-
+
--
cgit