diff options
Diffstat (limited to 'templates/exam/intro.html')
-rw-r--r-- | templates/exam/intro.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/exam/intro.html b/templates/exam/intro.html index 0d673b3..75de639 100644 --- a/templates/exam/intro.html +++ b/templates/exam/intro.html @@ -1,3 +1,8 @@ +{% extends "base.html" %} + +{% block title %}Instructions and Rules {% endblock %} + +{% block content %} <h2>Important rules and instructions</h2> <p> Welcome <strong>{{user.first_name.title}} {{user.last_name.title}}</strong>, @@ -44,3 +49,5 @@ carefully. {% csrf_token %} <input type="submit" name="start" value="Start Exam!"> </form> + +{% endblock content %}
\ No newline at end of file |