summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authorankitjavalkar2018-05-16 17:53:55 +0530
committerankitjavalkar2018-07-13 13:00:35 +0530
commit26ca38c6243eaa1d94bca68481eb60b2276ab7b2 (patch)
tree0e8a60727b9a951bd85780275bd742c635d27f82 /yaksh/templates
parent661c9d82bb680e745cc6b498131a0793b954c436 (diff)
downloadonline_test-26ca38c6243eaa1d94bca68481eb60b2276ab7b2.tar.gz
online_test-26ca38c6243eaa1d94bca68481eb60b2276ab7b2.tar.bz2
online_test-26ca38c6243eaa1d94bca68481eb60b2276ab7b2.zip
Allow moderator to switch between student and moderator roles
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/view_profile.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/templates/yaksh/view_profile.html b/yaksh/templates/yaksh/view_profile.html
index ce95226..1b75e6e 100644
--- a/yaksh/templates/yaksh/view_profile.html
+++ b/yaksh/templates/yaksh/view_profile.html
@@ -37,4 +37,5 @@
</tr>
</table>
<a class="btn btn-primary pull-right" href="{{ URL_ROOT }}/exam/editprofile/">Edit Profile</a>
+ <a class="btn btn-primary pull-left" href="{{ URL_ROOT }}/exam/toggle_moderator/">Toggle Moderator Role</a>
{% endblock %}