From 28a129f69c818559331d6c75cedf6af0801bd3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sat, 19 Oct 2019 21:17:13 +0200 Subject: [PATCH] Allows empty announcement banners --- gestioncof/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gestioncof/forms.py b/gestioncof/forms.py index 6147aa78..2a57f970 100644 --- a/gestioncof/forms.py +++ b/gestioncof/forms.py @@ -456,4 +456,5 @@ class GestioncofConfigForm(ConfigForm): label=_("Announcements banner"), help_text=_("An empty banner disables annoucements"), max_length=2048, + required=False, )