diff --git a/lemarche/templates/tenders/_detail_card.html b/lemarche/templates/tenders/_detail_card.html index e0b6789ee..8c2718d07 100644 --- a/lemarche/templates/tenders/_detail_card.html +++ b/lemarche/templates/tenders/_detail_card.html @@ -1,11 +1,11 @@ {% load bootstrap4 static array_choices_display humanize %}
-

+

Date limite de réponse : {{ tender.deadline_date|default:"" }} {% if not source_form and tender.deadline_date_outdated %} Clôturé {% endif %} -

+
diff --git a/lemarche/templates/tenders/create_base.html b/lemarche/templates/tenders/create_base.html index 82a2e0221..fd317a9e0 100644 --- a/lemarche/templates/tenders/create_base.html +++ b/lemarche/templates/tenders/create_base.html @@ -90,12 +90,12 @@

{% block action_form %} {% block recap_section %}{% endblock %}
-
+

-
+
{% if wizard.steps.prev %}
diff --git a/lemarche/templates/tenders/create_step_confirmation.html b/lemarche/templates/tenders/create_step_confirmation.html index 7dbafff3b..ff10e9046 100644 --- a/lemarche/templates/tenders/create_step_confirmation.html +++ b/lemarche/templates/tenders/create_step_confirmation.html @@ -1,17 +1,31 @@ {% extends "tenders/create_base.html" %} {% load static bootstrap4 %} + {% block step_title %}Aperçu du besoin{% endblock %} {% block step_title_again %}Aperçu du besoin{% endblock %} -{% block step_subtitle %}C'est tout bon ! Vérifiez quand même que toutes les informations soient exactes.{% endblock %} +{% block step_subtitle %}Vous y êtes presque ! Vérifiez quand même que toutes les informations soient exactes avant de publier.{% endblock %} +{% block content_form %} + {% csrf_token %} +{% endblock %} {% block recap_section %} -
-
- {% include "tenders/_detail_card.html" with tender=tender source_form="true" %} +
+
+ {% include "tenders/_detail_card.html" with tender=tender source_form="true" %} +
+
+ +
+
+

+ Dès que votre besoin sera publié et diffusé, vous aurez accès à un tableau de bord pour suivre les prestataires ciblés et intéressés. +

+
-{% endblock %} -{% block content_form %} - {% csrf_token %} +
{% endblock %} {% block submit_btn %}
@@ -34,25 +48,32 @@
{% endblock submit_btn %} {% block extra_js %} - + {% endblock %}