From 71c800cfff1fca003f1bdc5e0e53e857cbd7a6d6 Mon Sep 17 00:00:00 2001 From: mahesh Date: Wed, 27 Apr 2016 00:17:31 +0530 Subject: changed from username to user_id --- yaksh/templates/yaksh/monitor.html | 10 +++++----- 1 file 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 @@ {% for paper in latest_attempts %}
No answer papers so far.
{% endif %} {# if papers #} {% endif %} -{% endblock %} +{% endblock %} \ No newline at end of file -- cgit