From f0d7d33653392d8e7e9f47c58428bb022fa8b04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Reuiller?= Date: Tue, 15 Oct 2024 17:50:05 +0200 Subject: [PATCH] quick fixes tender list --- .../tenders/siae_interested_list.html | 273 +++++++++--------- 1 file changed, 142 insertions(+), 131 deletions(-) diff --git a/lemarche/templates/tenders/siae_interested_list.html b/lemarche/templates/tenders/siae_interested_list.html index b4eaea17a..2ce77008c 100644 --- a/lemarche/templates/tenders/siae_interested_list.html +++ b/lemarche/templates/tenders/siae_interested_list.html @@ -1,152 +1,163 @@ {% extends BASE_TEMPLATE %} {% load dsfr_tags static %} - -{% block page_title %}Prestataires ciblés & intéressés par mon besoin{{ block.super }}{% endblock page_title %} - +{% block page_title %} + Prestataires ciblés & intéressés par mon besoin{{ block.super }} +{% endblock page_title %} {% block breadcrumb %} {% dsfr_breadcrumb %} {% endblock breadcrumb %} - {% block content %} -
-
-
-
-
-
-
-
-{% include "includes/_super_siae_arguments_badge.html" %} - + + {% include "includes/_super_siae_arguments_badge.html" %} {% endblock content %} - {% block extra_js %} - - + + + + + {% endblock extra_js %}