From 733f145be3387e71cf64631153621318bc99b0c3 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <ynerant@crans.org> Date: Sun, 29 Aug 2021 14:39:36 +0200 Subject: [PATCH] BDE members can now use they note even if they are not in the Kfet club Signed-off-by: Yohann D'ANELLO <ynerant@crans.org> --- note_kfet/templates/base.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html index cd902d32..09ede8c6 100644 --- a/note_kfet/templates/base.html +++ b/note_kfet/templates/base.html @@ -159,10 +159,6 @@ SPDX-License-Identifier: GPL-3.0-or-later <div class="alert alert-danger"> {% trans "You are not a BDE member anymore. Please renew your membership if you want to use the note." %} </div> - {% elif not user|is_member:"Kfet" %} - <div class="alert alert-warning"> - {% trans "You are not a Kfet member, so you can't use your note account." %} - </div> {% endif %} {% if not user.profile.email_confirmed %} -- GitLab