diff --git a/note_kfet/settings/base.py b/note_kfet/settings/base.py
index 779ee23d..8a0fc738 100644
--- a/note_kfet/settings/base.py
+++ b/note_kfet/settings/base.py
@@ -308,6 +308,10 @@ PHONENUMBER_DEFAULT_REGION = 'FR'
# We add custom information to CAS, in order to give a normalized name to other services
CAS_AUTH_CLASS = 'member.auth.CustomAuthUser'
+CAS_LOGIN_TEMPLATE = 'cas/login.html'
+CAS_LOGOUT_TEMPLATE = 'cas/logout.html'
+CAS_WARN_TEMPLATE = 'cas/warn.html'
+CAS_LOGGED_TEMPLATE = 'cas/logged.html'
# Default field for primary key
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html
index 70e55f90..45dcdfe7 100644
--- a/note_kfet/templates/base.html
+++ b/note_kfet/templates/base.html
@@ -216,7 +216,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% trans "Managed by BDE" %} —
{% trans "Hosted by Cr@ns" %} &mdahs;
+ class="text-muted">{% trans "Hosted by Cr@ns" %} —
{% csrf_token %}