diff options
Diffstat (limited to 'testapp/templates/exam/complete.html')
-rw-r--r-- | testapp/templates/exam/complete.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testapp/templates/exam/complete.html b/testapp/templates/exam/complete.html new file mode 100644 index 0000000..4c3f3d5 --- /dev/null +++ b/testapp/templates/exam/complete.html @@ -0,0 +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 %} |