From 725ab0e2e68c30b3cc2478ac19e17d4fb1329f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Reuiller?= Date: Thu, 14 Sep 2023 18:20:26 +0200 Subject: [PATCH] [tender form] remove fields presta_type, accept cocontracting and constraints --- .../tenders/create_step_description.html | 23 ------------------- .../tenders/create_step_general.html | 5 ---- lemarche/www/pages/views.py | 5 +--- lemarche/www/tenders/forms.py | 12 ---------- lemarche/www/tenders/tests.py | 2 -- 5 files changed, 1 insertion(+), 46 deletions(-) diff --git a/lemarche/templates/tenders/create_step_description.html b/lemarche/templates/tenders/create_step_description.html index 36475b7d7..298811c6e 100644 --- a/lemarche/templates/tenders/create_step_description.html +++ b/lemarche/templates/tenders/create_step_description.html @@ -55,23 +55,6 @@

Questions à poser aux prestataires ciblés

-
-
{% bootstrap_field form.constraints %}
-
-
-
-

- Conseil -
- Les contraintes techniques spécifiques sont les exigences que vous souhaitez porter à la connaissance des prestataires inclusifs. -

-

- Plus elles seront précises, plus vous aurez de chances de recevoir des réponses qualitatives des prestataires inclusifs. -

-
-
-
-
@@ -96,12 +79,6 @@

Questions à poser aux prestataires ciblés

-
-
- - {% bootstrap_field form.accept_cocontracting %} -
-
{% endblock content_form %} {% block extra_js %}