templates/register.html
author nishanth
Wed, 21 Apr 2010 13:21:13 +0530
changeset 32 5e1f3c46ef7f
parent 12 81cd0140a0f2
permissions -rw-r--r--
added .bak file

{% extends "base.html" %}
{% block content %}
Please provide the following details before you start the test.
<form action="" method="post">
{{ form.as_p }}
<input type="submit" value="submit">
</form>
{% endblock %}