safety commit

This commit is contained in:
2025-04-28 23:19:00 +02:00
parent dd486b140f
commit 238e13abf5
6 changed files with 230 additions and 18 deletions

View File

@@ -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">