diff options
author | jayparikh111 | 2012-02-22 16:02:07 +0530 |
---|---|---|
committer | jayparikh111 | 2012-02-22 16:02:07 +0530 |
commit | f2d65592affd34bc60cf4a3a2c72de1d84c934c0 (patch) | |
tree | 907639272648fd5976c052a8635c40aee8d53cbd /testapp/templates/exam/showusers.html | |
parent | 2b6b595ca8652696ab9059add8ea54661cab5f31 (diff) | |
download | online_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.html | 2 |
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 %} |