Add info banner on registration page: inscriptions opening soon

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-20 16:49:17 +01:00
parent 1a7f5da19a
commit 5e74d25a7d

View File

@@ -8,6 +8,10 @@
<h1 class="heading-page text-3xl font-black uppercase tracking-tighter italic">Inscription</h1>
<p class="font-bold text-gray-600 italic mb-8">Creez votre compte.</p>
<div class="card-brutal-warn mb-8 text-center">
<p class="font-black text-sm">&#128679; Ouverture officielle des inscriptions prochainement ! Vous pouvez deja creer votre compte.</p>
</div>
{% for message in app.flashes('success') %}
<div class="flash-success mb-8">
<p class="font-black text-sm">{{ message }}</p>