diff options
author | ankitjavalkar | 2017-03-06 13:07:46 +0530 |
---|---|---|
committer | ankitjavalkar | 2017-03-06 13:39:35 +0530 |
commit | 87beec6a0389e35c94fe674627d47e1f3ea1c22e (patch) | |
tree | 31b02380fbb4f10b09952d80d07dc2a12e6bf4fa /yaksh/templates/user.html | |
parent | aede1c3736077387d63eacd20c2c39d8875e605d (diff) | |
download | online_test-87beec6a0389e35c94fe674627d47e1f3ea1c22e.tar.gz online_test-87beec6a0389e35c94fe674627d47e1f3ea1c22e.tar.bz2 online_test-87beec6a0389e35c94fe674627d47e1f3ea1c22e.zip |
Display full name of course creator & redirect logout correctly
Diffstat (limited to 'yaksh/templates/user.html')
-rw-r--r-- | yaksh/templates/user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index 0d1f980..b068fae 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -16,7 +16,7 @@ <div class= "collapse navbar-collapse" id="navbar"> <ul class="nav navbar-nav navbar-right"> <li><a href="{{ URL_ROOT }}/exam/viewprofile"> {{ user.get_full_name.title }} </a></li> - <li><a style='cursor:pointer' id='logout' onClick='location.replace("{{URL_ROOT}}/exam/complete/");'> <span class="glyphicon glyphicon-log-out">Logout </span></a></li> + <li><a style='cursor:pointer' id='logout' onClick='location.replace("{{URL_ROOT}}/exam/logout/");'> <span class="glyphicon glyphicon-log-out">Logout </span></a></li> </ul> </div><!-- /.navbar --> </div><!-- /.container --> |