summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authormaheshgudi2017-11-23 12:59:25 +0530
committermaheshgudi2017-11-23 12:59:25 +0530
commitc5469243a3357a030af0047dac90ae8fbbb77e85 (patch)
treebbcb8081d760f635be1342a838596f6375580ee7 /yaksh/templates
parentae4e2dad126535cda41a7b4a05fdb247f9cdf737 (diff)
downloadonline_test-c5469243a3357a030af0047dac90ae8fbbb77e85.tar.gz
online_test-c5469243a3357a030af0047dac90ae8fbbb77e85.tar.bz2
online_test-c5469243a3357a030af0047dac90ae8fbbb77e85.zip
Minor changes in requesthandler.js
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/exam.html2
-rw-r--r--yaksh/templates/yaksh/error_template.html2
2 files changed, 1 insertions, 3 deletions
diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html
index fede185..63c31d6 100644
--- a/yaksh/templates/exam.html
+++ b/yaksh/templates/exam.html
@@ -73,11 +73,11 @@
</div>
</div>
<br/>
- </div>
{% if question.type == 'code' or question.type == 'upload' %}
<div class="row" id="error_panel"></div>
{% endif %}
</div>
+ </div>
</div>
</div>
{% endblock %}
diff --git a/yaksh/templates/yaksh/error_template.html b/yaksh/templates/yaksh/error_template.html
index d42a259..61657ae 100644
--- a/yaksh/templates/yaksh/error_template.html
+++ b/yaksh/templates/yaksh/error_template.html
@@ -5,7 +5,6 @@
{% load custom_filters %}
{% if error_message %}
-<div class="col-md-12">
{% for error in error_message %}
<div class="panel panel-danger">
@@ -89,5 +88,4 @@
</div>
</div>
{% endfor %}
- </div>
{% endif %} \ No newline at end of file