From 1c9faa84dce206139cbfbd3b04f4764d963aca97 Mon Sep 17 00:00:00 2001 From: SebastienReuiller Date: Thu, 21 Nov 2024 18:12:38 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Correction=20au=20niveau=20des=20logos?= =?UTF-8?q?=20d'ent=C3=AAte=20(#1538)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lemarche/templates/layouts/_header.html | 81 ++++++++----------------- lemarche/templates/layouts/base.html | 6 +- 2 files changed, 27 insertions(+), 60 deletions(-) diff --git a/lemarche/templates/layouts/_header.html b/lemarche/templates/layouts/_header.html index 91802f5e0..e47c31fbb 100644 --- a/lemarche/templates/layouts/_header.html +++ b/lemarche/templates/layouts/_header.html @@ -1,13 +1,11 @@ {% load i18n static theme_inclusion %} - {% if not user.is_authenticated %} - {% if page.slug == "accueil-structure" %} - {% include "includes/_header_for_buyers.html" %} - {% else %} - {% include "includes/_header_for_siaes.html" %} - {% endif %} + {% if page.slug == "accueil-structure" %} + {% include "includes/_header_for_buyers.html" %} + {% else %} + {% include "includes/_header_for_siaes.html" %} + {% endif %} {% endif %} - \ No newline at end of file + diff --git a/lemarche/templates/layouts/base.html b/lemarche/templates/layouts/base.html index 4cd83e95d..25de916d5 100644 --- a/lemarche/templates/layouts/base.html +++ b/lemarche/templates/layouts/base.html @@ -1,7 +1,6 @@ {% load static compress dsfr_tags %} - +