diff options
author | hardythe1 | 2012-02-20 19:51:58 +0530 |
---|---|---|
committer | hardythe1 | 2012-02-20 19:51:58 +0530 |
commit | f6a90c1eb603c9f3b8178102e387025880c0a5ac (patch) | |
tree | da20cd8a42abfa78604d8b3a09512613b9eaa24d /testapp/templates/exam/showusers.html | |
parent | e8ba4ba5301a805194a555f52275407f045b91ab (diff) | |
download | online_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.tar.gz online_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.tar.bz2 online_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.zip |
changes to manage questions
Diffstat (limited to 'testapp/templates/exam/showusers.html')
-rw-r--r-- | testapp/templates/exam/showusers.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testapp/templates/exam/showusers.html b/testapp/templates/exam/showusers.html index ad9534f..038cb8b 100644 --- a/testapp/templates/exam/showusers.html +++ b/testapp/templates/exam/showusers.html @@ -5,8 +5,9 @@ List of Users {% endblock %} + {% block manage %} {% for name in user %} -<a href="{{URL_ROOT}}/exam/grade_user/{{ name }}">{{ name }}</a><br> +<a href="{{URL_ROOT}}/exam/manage/grade_user/{{ name }}">{{ name }}</a><br> {% endfor %} {% endblock %} |