From 041a49ede4a28e5b853206ef36b87164a7758ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Sun, 24 May 2020 13:43:28 +0200 Subject: [PATCH] fix: forgot to check in alerts template partial --- views/alerts.tpl.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 views/alerts.tpl.html diff --git a/views/alerts.tpl.html b/views/alerts.tpl.html new file mode 100644 index 0000000..f6d1e4d --- /dev/null +++ b/views/alerts.tpl.html @@ -0,0 +1,7 @@ +{{ if .Error }} +
+
+ Error: {{ .Error }} +
+
+{{ end }} \ No newline at end of file