diff options
author | Prabhu Ramachandran | 2017-03-08 15:59:42 +0530 |
---|---|---|
committer | GitHub | 2017-03-08 15:59:42 +0530 |
commit | 63d2febfdf37c538e3503338409fba050667c126 (patch) | |
tree | 2cf3de05b36aebbb96cb349b84eb6cf5782ce09a /yaksh/templates/user.html | |
parent | 0a8000387b3edd463cc58b7fb85f76639f10b150 (diff) | |
parent | e231c13eade3afaa8f03a56fb69923b78c7a02d8 (diff) | |
download | online_test-63d2febfdf37c538e3503338409fba050667c126.tar.gz online_test-63d2febfdf37c538e3503338409fba050667c126.tar.bz2 online_test-63d2febfdf37c538e3503338409fba050667c126.zip |
Merge pull request #233 from ankitjavalkar/fix-course-creator-display
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 --> |