ajout de ville sans labourage par défaut

This commit is contained in:
Tykayn 2025-08-21 11:56:02 +02:00 committed by tykayn
parent 6f4e6a6810
commit 359d4ba6b8
5 changed files with 201 additions and 4 deletions

View file

@ -244,7 +244,7 @@ document.addEventListener('DOMContentLoaded', () => {
}
}
if (insee) {
window.location.href = `/admin/labourer/${insee}`;
window.location.href = `/add-city-without-labourage/${insee}`;
} else {
alert('Veuillez sélectionner une ville valide.');
}