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:
@@ -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">🚧 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>
|
||||
|
||||
Reference in New Issue
Block a user