From c55ed5c4dc3668310a3097248c224a409c273f1a Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Fri, 29 Nov 2024 15:44:20 +0100 Subject: [PATCH] Mise en forme recherche lieu --- .../templates/agenda_culturel/organisation_form.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/agenda_culturel/templates/agenda_culturel/organisation_form.html b/src/agenda_culturel/templates/agenda_culturel/organisation_form.html index 07116f5..c358c5b 100644 --- a/src/agenda_culturel/templates/agenda_culturel/organisation_form.html +++ b/src/agenda_culturel/templates/agenda_culturel/organisation_form.html @@ -35,12 +35,8 @@ const places = document.querySelector('#id_principal_place'); const choices_places = new Choices(places, { - placeholderValue: 'Sélectionner le lieu principal ', - allowHTML: true, - delimiter: ',', - removeItemButton: true, shouldSort: false, - } + } );