diff options
Diffstat (limited to 'templates/exam/register.html')
-rw-r--r-- | templates/exam/register.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/exam/register.html b/templates/exam/register.html index 2ffc140..d002570 100644 --- a/templates/exam/register.html +++ b/templates/exam/register.html @@ -1,3 +1,8 @@ +{% extends "base.html" %} + +{% block title %}Registration form {% endblock %} + +{% block content %} Please provide the following details. <form action="" method="post"> {% csrf_token %} @@ -6,3 +11,5 @@ Please provide the following details. <input type="submit" value="Register" /> </form> + +{% endblock content %}
\ No newline at end of file |