fix: add missing dot

This commit is contained in:
kekskurse 2025-03-14 17:52:05 +01:00
parent 659c744a77
commit 5b141459fa

View file

@ -9,7 +9,7 @@
<body class="bg-gray-100 flex items-center justify-center min-h-screen">
<div class="bg-white p-8 shadow-xl w-full max-w-md">
<h2 class="text-2xl font-semibold text-gray-900 text-center mb-6">Registrieren</h2>
{{ if msg }}
{{ if .msg }}
<div id="global-error" class=" bg-red-100 text-red-700 p-3 text-center mb-4 border border-red-400">
{{ .msg }}
</div>