fix: add missing dot
This commit is contained in:
parent
659c744a77
commit
5b141459fa
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue