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