diff options
Diffstat (limited to 'testapp/templates/exam/complete.html')
-rw-r--r-- | testapp/templates/exam/complete.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/complete.html b/testapp/templates/exam/complete.html index a2e673b..1d5df3c 100644 --- a/testapp/templates/exam/complete.html +++ b/testapp/templates/exam/complete.html @@ -4,7 +4,7 @@ {% block pagetitle %}Online Test{% endblock %} {% block content %} - +{% csrf_token %} <center><h2> Good bye! </h2></center> <center><h4> {{message}} </h4></center> <center><h4>You may now close the browser.</h4></center><br> |