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
+1 -1
View File
@@ -34,7 +34,7 @@ content %}
</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