From 8c46321c9512b7322e1546b142fa65eba325e10d Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Fri, 21 Aug 2020 17:52:30 +0200
Subject: [PATCH] Make page title always white

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

diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html
index 6a594b40..ad290427 100644
--- a/note_kfet/templates/base.html
+++ b/note_kfet/templates/base.html
@@ -155,7 +155,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
                 {% trans "Your e-mail address is not validated. Please check your mail inbox and click on the validation link." %}
             </div>
         {% endif %}
-        {% block contenttitle %}<h1>{{ title }}</h1>{% endblock %}
+        {% block contenttitle %}<h1 class="text-white">{{ title }}</h1>{% endblock %}
         <div class="alert alert-warning alert-dismissible">
             <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&#215;</button>
             Attention : la Note Kfet 2020 est en phase de beta. Des fonctionnalités pourront être rajoutées d'ici à la version
-- 
GitLab