7 lines
136 B
HTML
7 lines
136 B
HTML
<h2>Register</h2>
|
|
<form method="post">
|
|
{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<button type="submit">Register</button>
|
|
</form>
|