diff options
author | mahesh | 2016-04-27 00:17:31 +0530 |
---|---|---|
committer | mahesh | 2016-05-04 11:21:47 +0530 |
commit | 71c800cfff1fca003f1bdc5e0e53e857cbd7a6d6 (patch) | |
tree | a4837882306eac1bf598eb3fcb29fc0a0eac1877 /yaksh/templates | |
parent | b121bc18fd60e3f3f42f0093bf3a74b6d66cd006 (diff) | |
download | online_test-71c800cfff1fca003f1bdc5e0e53e857cbd7a6d6.tar.gz online_test-71c800cfff1fca003f1bdc5e0e53e857cbd7a6d6.tar.bz2 online_test-71c800cfff1fca003f1bdc5e0e53e857cbd7a6d6.zip |
changed from username to user_id
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/monitor.html | 10 |
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 |