From 8e886f1431eed0922e27d9f95d06f4210fe341b1 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Mon, 10 Aug 2020 13:56:06 +0200
Subject: [PATCH] Remove debug banner as it does not work

---
 note_kfet/templates/base.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html
index fd30b199..b18edd90 100644
--- a/note_kfet/templates/base.html
+++ b/note_kfet/templates/base.html
@@ -82,7 +82,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
     {% block extracss %}{% endblock %}
 </head>
 <body class="d-flex w-100 h-100 flex-column">
-{% if debug %}<div style="background:#ffeeba;text-align:center">Mode DEBUG activé.</div>{% endif %}
 <main class="mb-auto">
     <nav class="navbar navbar-expand-md navbar-light bg-light fixed-navbar shadow-sm">
         <a class="navbar-brand" href="/">{{ request.site.name }}</a>
-- 
GitLab