From 454ea196031e8282bdfd33db7a8f5bd6e023c1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Le=20Moigne?= Date: Sun, 4 Sep 2022 12:31:08 +0200 Subject: [PATCH] hide Soge during registration --- note_kfet/templates/registration/signup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}