From 5743fd26a6c844e45a306f9ad5aa589a95c34afe Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 31 May 2012 19:34:36 +0530 Subject: Minor UI Changes --- testapp/templates/exam/results_user.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'testapp/templates/exam/results_user.html') diff --git a/testapp/templates/exam/results_user.html b/testapp/templates/exam/results_user.html index 75d168d..bf847c0 100644 --- a/testapp/templates/exam/results_user.html +++ b/testapp/templates/exam/results_user.html @@ -1,7 +1,7 @@ {% extends "user.html" %} -{% block subtitle %}Results for {{ papers.user.first_name }}{% endblock %} +{% block subtitle %}Results{% endblock %} {% block css %} @@ -10,14 +10,17 @@ {% block manage %}
{% csrf_token %} -
+
+ {% for i in paper %} - {{ i }} +
Quiz Description + Obtained Marks {% for paper in papers %} +
{{ i }} {% endfor %}
{% endfor %} - +
{% endblock %} -- cgit