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
@@ -17,7 +17,7 @@ block content %}
</div>
{% endif %} {% endwith %}
<form method="POST" action="{{ url_for('main.index') }}" class="space-y-4">
<form method="POST" action="{{ url_for('auth.index') }}" class="space-y-4">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<div>
<label for="login" class="block text-sm font-medium text-gray-300 mb-1"