Refactor routes Flask en Blueprints
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user