diff options
Diffstat (limited to 'testapp/templates/manage.html')
-rw-r--r-- | testapp/templates/manage.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index 0cc47ae..c7c6fa1 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -7,7 +7,9 @@ <div class="container"> <div class="content"> <div class="page-header"> - <h1><Strong><center>Online Test</center></strong></h1> + <font size=6><strong>Online Test</font></strong> + <button class="btn pull-right" type="submit" onClick='location.replace("{{URL_ROOT}}/exam/complete/");'>Log out</button> + </div> <div class=row> |