up recherche home avec nominatim

This commit is contained in:
Tykayn 2025-07-18 14:21:55 +02:00 committed by tykayn
parent 7f79ec3a9f
commit c89751b45c
7 changed files with 601 additions and 220 deletions

View file

@ -133,6 +133,13 @@
{% endif %}
{% endfor %}
{% endif %}
// Enable the labourage form
if (typeof enableLabourageForm === 'function') {
enableLabourageForm();
} else {
console.error('enableLabourageForm function not found');
}
});
</script>
{% endblock %}