From a49786b6b42cb87bd956fc658bd897bd432aaa0a Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 28 May 2024 18:10:50 +0200 Subject: [PATCH] feat(allauth): Update templates --- src/shared/templates/_hero.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/shared/templates/_hero.html b/src/shared/templates/_hero.html index a791240..7b5391b 100644 --- a/src/shared/templates/_hero.html +++ b/src/shared/templates/_hero.html @@ -11,14 +11,25 @@

Système d'information de la DGNum

+ {% if user.is_authenticated %} + + + {% trans "Déconnexion" %} + + + + + + {% else %} {% trans "Connexion" %} - + + {% endif %}