diff --git a/note_kfet/templates/registration/signup.html b/note_kfet/templates/registration/signup.html index 0a15fa07..7bd503eb 100644 --- a/note_kfet/templates/registration/signup.html +++ b/note_kfet/templates/registration/signup.html @@ -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 %} -{% endblock %} \ No newline at end of file +{% endblock %}