From 2880788d3743dd5c45b363ee80a2a4d4742d1253 Mon Sep 17 00:00:00 2001
From: ankitjavalkar
Date: Mon, 25 Feb 2019 15:29:10 +0530
Subject: Remove commented code and inline styling
---
yaksh/templates/exam.html | 8 ++++----
yaksh/templates/yaksh/complete.html | 2 +-
yaksh/templates/yaksh/question.html | 3 ---
yaksh/templates/yaksh/quit.html | 2 +-
4 files changed, 6 insertions(+), 9 deletions(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html
index 51c2eca..d439c64 100644
--- a/yaksh/templates/exam.html
+++ b/yaksh/templates/exam.html
@@ -8,7 +8,7 @@
-
+
@@ -56,15 +56,15 @@
{% endif %}
{% endif %}
{% if qid in paper.get_questions_answered %}
-
{{ forloop.counter }}
{% endif %}
{% else %}
{% if qid.id == question.id %}
-
{{ forloop.counter }}
+
{{ forloop.counter }}
{% elif qid in paper.get_questions_answered %}
-
{{ forloop.counter }}
{% else %}
diff --git a/yaksh/templates/yaksh/complete.html b/yaksh/templates/yaksh/complete.html
index f753933..a3324a6 100644
--- a/yaksh/templates/yaksh/complete.html
+++ b/yaksh/templates/yaksh/complete.html
@@ -5,7 +5,7 @@
-
diff --git a/yaksh/templates/yaksh/quit.html b/yaksh/templates/yaksh/quit.html
index af7d494..dd06ff9 100644
--- a/yaksh/templates/yaksh/quit.html
+++ b/yaksh/templates/yaksh/quit.html
@@ -5,7 +5,7 @@