ajout de ville sans labourage par défaut
This commit is contained in:
parent
6f4e6a6810
commit
359d4ba6b8
5 changed files with 201 additions and 4 deletions
|
@ -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.');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue