templates/register.html
changeset 12 81cd0140a0f2
equal deleted inserted replaced
11:afc41af983e5 12:81cd0140a0f2
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     3 Please provide the following details before you start the test.
       
     4 <form action="" method="post">
       
     5 {{ form.as_p }}
       
     6 <input type="submit" value="submit">
       
     7 </form>
       
     8 {% endblock %}