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

fix signup

This commit is contained in:
Pierre-antoine Comby
2020-02-03 19:24:23 +01:00
parent af30a4cd16
commit e80163ce4d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<form method="post">
{% csrf_token %}
{{ form|crispy }}
{{ user_form|crispy }}
{{ profile_form|crispy }}
<button class="btn btn-link" type="submit">
{% trans "Sign Up" %}
</button>