mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
fix sign up forms
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user