From c5b28b149814680187aad726d7e78874365d3cd4 Mon Sep 17 00:00:00 2001 From: pedrod Date: Wed, 11 Oct 2023 20:54:03 +0000 Subject: [PATCH] test --- .../Resources/views/logistics/catalog/add-order.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module/LogisticsBundle/Resources/views/logistics/catalog/add-order.twig b/module/LogisticsBundle/Resources/views/logistics/catalog/add-order.twig index 7b902613ec..5b8ccc956c 100644 --- a/module/LogisticsBundle/Resources/views/logistics/catalog/add-order.twig +++ b/module/LogisticsBundle/Resources/views/logistics/catalog/add-order.twig @@ -12,7 +12,10 @@ -
{{ translate("If you don't see your location as a possible option, put it in the description (be as complete as possible). ") }}
+
+ × + {{ translate("If you don't see your location as a possible option, put it in the description (be as complete as possible). ") }} +

{{ forms.renderForm(form) }} {% endblock %}