summaryrefslogtreecommitdiff
path: root/templates/exam/register.html
blob: 2ffc140cc74074c13a9967b341147e18a6905fca (plain)
1
2
3
4
5
6
7
8
Please provide the following details.
<form action="" method="post">
{% csrf_token %}

{{ form.as_p }}

<input type="submit" value="Register" />
</form>