diff options
author | Prabhu Ramachandran | 2017-03-03 18:33:57 +0530 |
---|---|---|
committer | GitHub | 2017-03-03 18:33:57 +0530 |
commit | 27fa11322e4b6ca2477a5979884e8e77388d8705 (patch) | |
tree | b7f0e215ba5070ed6a9837739f753ed1ebb29ab0 /yaksh/templates/user.html | |
parent | b001bc98db69e1ef1926b0f2103bf5a291682f93 (diff) | |
parent | ea58f85532a6a5cc42780d90c907cfb6e8a6d95d (diff) | |
download | online_test-27fa11322e4b6ca2477a5979884e8e77388d8705.tar.gz online_test-27fa11322e4b6ca2477a5979884e8e77388d8705.tar.bz2 online_test-27fa11322e4b6ca2477a5979884e8e77388d8705.zip |
Merge pull request #231 from ankitjavalkar/fix-selen-test
Fix selenium tests:
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 1707305..0d1f980 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' onClick='location.replace("{{URL_ROOT}}/exam/logout/");'> <span class="glyphicon glyphicon-log-out">Logout </span></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> </ul> </div><!-- /.navbar --> </div><!-- /.container --> |