safety commit
This commit is contained in:
@@ -48,6 +48,14 @@
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="max-w-5xl mx-auto px-6 py-10 space-y-12">
|
||||
|
||||
{% if active_banner %}
|
||||
<section class="flex justify-center">
|
||||
<div class="p-4 text-sm text-yellow-800 rounded-lg bg-yellow-50 dark:bg-gray-800 dark:text-yellow-300" role="alert">
|
||||
<span class="font-bold">{{ active_banner.content }}</span>
|
||||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
<!-- Password Form -->
|
||||
<section class="flex justify-center">
|
||||
|
||||
Reference in New Issue
Block a user