summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/showusers.html
diff options
context:
space:
mode:
authorjayparikh1112012-02-22 16:02:07 +0530
committerjayparikh1112012-02-22 16:02:07 +0530
commitf2d65592affd34bc60cf4a3a2c72de1d84c934c0 (patch)
tree907639272648fd5976c052a8635c40aee8d53cbd /testapp/templates/exam/showusers.html
parent2b6b595ca8652696ab9059add8ea54661cab5f31 (diff)
downloadonline_test-f2d65592affd34bc60cf4a3a2c72de1d84c934c0.tar.gz
online_test-f2d65592affd34bc60cf4a3a2c72de1d84c934c0.tar.bz2
online_test-f2d65592affd34bc60cf4a3a2c72de1d84c934c0.zip
Changes related to Authentication of Moderator
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 038cb8b..441b921 100644
--- a/testapp/templates/exam/showusers.html
+++ b/testapp/templates/exam/showusers.html
@@ -8,6 +8,6 @@ List of Users
{% block manage %}
{% for name in user %}
-<a href="{{URL_ROOT}}/exam/manage/grade_user/{{ name }}">{{ name }}</a><br>
+<a href="{{URL_ROOT}}/exam/manage/gradeuser/{{ name }}">{{ name }}</a><br>
{% endfor %}
{% endblock %}