summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/showusers.html
diff options
context:
space:
mode:
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 %}