1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

fix sign up forms

This commit is contained in:
Pierre-antoine Comby
2019-08-11 17:39:05 +02:00
parent 633663f95d
commit 4a52272558
5 changed files with 21 additions and 20 deletions

View File

@ -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 %}