diff options
Diffstat (limited to 'templates/exam/quit.html')
-rw-r--r-- | templates/exam/quit.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/exam/quit.html b/templates/exam/quit.html index ea4b8df..a9d3515 100644 --- a/templates/exam/quit.html +++ b/templates/exam/quit.html @@ -1,3 +1,8 @@ +{% extends "base.html" %} + +{% block title %}Quit exam {% endblock %} + +{% block content %} <p>Your current answers are saved.</p> <p> Are you sure you wish to quit the exam?</p> @@ -6,3 +11,4 @@ <input type="submit" name="yes" value="Yes!" /> <input type="submit" name="no" value="No!" /> </form> +{% endblock content %}
\ No newline at end of file |