diff options
Diffstat (limited to 'testapp/templates/exam/complete.html')
-rw-r--r-- | testapp/templates/exam/complete.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testapp/templates/exam/complete.html b/testapp/templates/exam/complete.html index dfeee6c..a2e673b 100644 --- a/testapp/templates/exam/complete.html +++ b/testapp/templates/exam/complete.html @@ -7,5 +7,6 @@ <center><h2> Good bye! </h2></center> <center><h4> {{message}} </h4></center> - <center><h4>You may now close the browser.</h4></center> + <center><h4>You may now close the browser.</h4></center><br> + <center><a href="{{URL_ROOT}}/exam/"> Login Again </a></center> {% endblock content %} |