summaryrefslogtreecommitdiff
path: root/yaksh
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh')
-rw-r--r--yaksh/templates/yaksh/monitor.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html
index b81c9f2..80ad06c 100644
--- a/yaksh/templates/yaksh/monitor.html
+++ b/yaksh/templates/yaksh/monitor.html
@@ -9,13 +9,13 @@
{% endblock %}
{% block subtitle %}
{% if not quizzes and not quiz %}
- Quiz Results
+ Quiz Results
{% endif %}
{% if quizzes %}
- Available Quizzes
+ Available Quizzes
{% endif %}
{% if quiz %}
- {{ quiz.description }} Results
+ {{ quiz.description }} Results
{% endif %}
{% endblock %}
{% block manage %}
@@ -54,7 +54,7 @@
</tr>
{% for paper in latest_attempts %}
<tr>
- <td> <a href="{{URL_ROOT}}/exam/manage/user_data/{{paper.user.username}}/{{paper.question_paper.id}}">{{ paper.user.get_full_name.title }}</a> </td>
+ <td> <a href="{{URL_ROOT}}/exam/manage/user_data/{{paper.user.id}}/{{paper.question_paper.id}}">{{ paper.user.get_full_name.title }}</a> </td>
<td> {{ paper.user.username }} </td>
<td> {{ paper.user.profile.roll_number }} </td>
<td> {{ paper.user.profile.institute }} </td>
@@ -69,4 +69,4 @@
<p> No answer papers so far. </p>
{% endif %} {# if papers #}
{% endif %}
-{% endblock %}
+{% endblock %} \ No newline at end of file