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

Pre-registered users can declare that they opened a bank account in the signup form

This commit is contained in:
Yohann D'ANELLO
2020-10-07 10:33:57 +02:00
parent 36b8157372
commit c3d613947f
8 changed files with 508 additions and 410 deletions

View File

@ -23,6 +23,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% csrf_token %}
{{ form|crispy }}
{{ profile_form|crispy }}
{{ soge_form|crispy }}
<button class="btn btn-success" type="submit">
{% trans "Sign up" %}
</button>