hide Soge during registration

This commit is contained in:
Théo Le Moigne 2022-09-04 12:31:08 +02:00
parent 5a77a66391
commit 454ea19603
No known key found for this signature in database
GPG Key ID: D46D7E3364433208
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% csrf_token %}
{{ form|crispy }}
{{ profile_form|crispy }}
{{ soge_form|crispy }}
{% comment "Soge not for membership (only WEI)" %} {{ soge_form|crispy }} {% endcomment %}
<button class="btn btn-success" type="submit">
{% trans "Sign up" %}
</button>
</form>
</div>
</div>
{% endblock %}
{% endblock %}