up recherche home avec nominatim
This commit is contained in:
parent
7f79ec3a9f
commit
c89751b45c
7 changed files with 601 additions and 220 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue