Confirmation page and minor improvements to homepage and form messages

Basic redirect with flash messages for success and error messages
This commit is contained in:
Alphonse Paix
2025-09-16 16:47:28 +02:00
parent 612a221907
commit 8e1d68d948
12 changed files with 102 additions and 75 deletions

View File

@@ -5,7 +5,7 @@ block content %}
<div class="text-center">
<h2 class="text-3xl font-bold text-gray-900">Login</h2>
<p class="mt-2 text-sm text-gray-600">
Sign in to access the admin dashboard
Sign in to access the admin dashboard.
</p>
</div>
@@ -53,7 +53,7 @@ block content %}
</div>
</form>
<div class="mt-4">{{ error_html }}</div>
<div class="mt-4 text-center">{{ error }}</div>
</div>
<div class="text-center">