summaryrefslogtreecommitdiff
path: root/yaksh
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh')
-rw-r--r--yaksh/templates/yaksh/grade_user.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/yaksh/templates/yaksh/grade_user.html b/yaksh/templates/yaksh/grade_user.html
index d2de194..2c5403c 100644
--- a/yaksh/templates/yaksh/grade_user.html
+++ b/yaksh/templates/yaksh/grade_user.html
@@ -51,7 +51,7 @@
-<div id = "paper" class="span12"> {#not found yet#}
+<div id = "paper" class="span12">
{% if data %}
@@ -176,8 +176,9 @@ Marks: <input id="q{{ question.id }}" type="text"
{% endfor %} {# for paper in data.papers #}
{% endif %} {# if data.papers #}
-
+{% else %}
+ </div>
{% endif %} {#if data#}
-</div>
+
</div>
{% endblock%}