summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/showusers.html
diff options
context:
space:
mode:
authorhardythe12012-04-14 07:24:02 +0530
committerhardythe12012-04-14 07:24:02 +0530
commit9d0a737afdb23a50b28237055c87bfa72197d99b (patch)
treef0be0b52f49e7dee75239b2fe7f2be8e906abe35 /testapp/templates/exam/showusers.html
parent5d7ab20a710e2374a3345b07ed62154456dbd2c8 (diff)
downloadonline_test-9d0a737afdb23a50b28237055c87bfa72197d99b.tar.gz
online_test-9d0a737afdb23a50b28237055c87bfa72197d99b.tar.bz2
online_test-9d0a737afdb23a50b28237055c87bfa72197d99b.zip
minor changes as model changes
Diffstat (limited to 'testapp/templates/exam/showusers.html')
-rw-r--r--testapp/templates/exam/showusers.html2
1 files changed, 1 insertions, 1 deletions
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
<tr><td><a href="{{URL_ROOT}}/exam/manage/gradeuser/{{ papers.user.username }}">{{ papers.user.username }}</a><br>
<td >{{ papers.user.first_name.title }}
<td>{{ papers.user.last_name.title }}
- <td>{{ papers.quiz.description }}
+ <td>{{ papers.question_paper.quiz.description }}
{% endfor %}
</table></center>
{% endblock %}