1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: forgot to check in alerts template partial

This commit is contained in:
Ferdinand Mütsch 2020-05-24 13:43:28 +02:00
parent a7b4b01b04
commit 041a49ede4

7
views/alerts.tpl.html Normal file
View File

@ -0,0 +1,7 @@
{{ if .Error }}
<div class="flex justify-center w-full">
<div class="p-4 text-white text-sm bg-red-500 rounded mt-16 shadow flex-grow max-w-lg">
Error: {{ .Error }}
</div>
</div>
{{ end }}