refacto labourage form

This commit is contained in:
Tykayn 2025-06-18 00:41:24 +02:00 committed by tykayn
parent 31b2bd4689
commit 5441abd405
12 changed files with 674 additions and 424 deletions

View file

@ -184,6 +184,7 @@
{% block javascripts %}
{{ parent() }}
<script src="{{ asset('js/mapbox/mapbox-gl.js') }}"></script>
<script src='{{ asset('js/utils.js') }}'></script>
<script>
{% if commerce is not empty and mapbox_token is not empty and maptiler_token is not empty and commerce_overpass['@attributes'].lon is defined and commerce_overpass['@attributes'].lat is defined %}
mapboxgl.accessToken = '{{ mapbox_token }}';