diff options
Diffstat (limited to 'templates/exam/complete.html')
-rw-r--r-- | templates/exam/complete.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/exam/complete.html b/templates/exam/complete.html index bd90e6d..4c3f3d5 100644 --- a/templates/exam/complete.html +++ b/templates/exam/complete.html @@ -1,4 +1,12 @@ +{% extends "base.html" %} + +{% block title %}Good bye!{% endblock %} + +{% block content %} <h2> Good bye! </h2> + <p> {{message}} </p> <br /> <p>You may now close the browser.</p> + +{% endblock content %} |