fix sign up forms
This commit is contained in:
parent
633663f95d
commit
4a52272558
5 changed files with 21 additions and 20 deletions
|
|
@ -7,8 +7,8 @@
|
|||
<h2>Sign up</h2>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p |crispy }}
|
||||
{{ user_form.as_p |crispy }}
|
||||
{{ user_form|crispy }}
|
||||
{{ form|crispy }}
|
||||
<button type="submit">Sign up</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue