From 9d0a737afdb23a50b28237055c87bfa72197d99b Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Sat, 14 Apr 2012 07:24:02 +0530 Subject: minor changes as model changes --- testapp/templates/exam/grade_user.html | 4 ++-- testapp/templates/exam/monitor.html | 4 ++-- testapp/templates/exam/showusers.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testapp/templates') diff --git a/testapp/templates/exam/grade_user.html b/testapp/templates/exam/grade_user.html index 7137548..58e118b 100644 --- a/testapp/templates/exam/grade_user.html +++ b/testapp/templates/exam/grade_user.html @@ -92,8 +92,8 @@ Marks: Teacher comments: - +

diff --git a/testapp/templates/exam/monitor.html b/testapp/templates/exam/monitor.html index 29cb6e9..aa8b678 100644 --- a/testapp/templates/exam/monitor.html +++ b/testapp/templates/exam/monitor.html @@ -27,8 +27,8 @@ {# This is rendered when we are just viewing exam/monitor #} {% if quizzes %} {% endif %} diff --git a/testapp/templates/exam/showusers.html b/testapp/templates/exam/showusers.html index 603af8a..01ecc37 100644 --- a/testapp/templates/exam/showusers.html +++ b/testapp/templates/exam/showusers.html @@ -20,7 +20,7 @@ List of Users {{ papers.user.username }}
{{ papers.user.first_name.title }} {{ papers.user.last_name.title }} - {{ papers.quiz.description }} + {{ papers.question_paper.quiz.description }} {% endfor %} {% endblock %} -- cgit