Refactor routes Flask en Blueprints

This commit is contained in:
2026-08-09 09:50:49 +02:00
parent a25043dc3f
commit c2f97276b6
24 changed files with 1773 additions and 1688 deletions
@@ -34,7 +34,7 @@
</p>
</div>
<a
href="{{ url_for('main.menu') }}"
href="{{ url_for('menu.menu') }}"
class="px-4 py-2 bg-gray-800 hover:bg-gray-700 text-gray-200 text-sm font-medium rounded-lg transition duration-200"
>
Retour au menu
@@ -44,7 +44,7 @@
<!-- 2. Corps : Box d'importation -->
<form
id="form-import-historique"
action="{{ url_for('main.import_historique_csv') }}"
action="{{ url_for('historique.import_historique_csv') }}"
method="POST"
enctype="multipart/form-data"
class="space-y-6"