From 070807b485fba55a52444586a59bf8e316b3bf8a Mon Sep 17 00:00:00 2001 From: nemunaire Date: Sun, 12 Nov 2017 14:37:27 +0100 Subject: [PATCH] admin: can dismiss alert --- admin/index.go | 5 ++++- admin/static/index.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/admin/index.go b/admin/index.go index c2231010..d91608eb 100644 --- a/admin/index.go +++ b/admin/index.go @@ -46,7 +46,10 @@ const indextpl = `
-
{{"{{ box.title }}"}} {{"{{ box.msg }}"}}
+
+ + {{"{{ box.title }}"}} {{"{{ box.msg }}"}} +
diff --git a/admin/static/index.html b/admin/static/index.html index 2e5f9fed..04543089 100644 --- a/admin/static/index.html +++ b/admin/static/index.html @@ -44,7 +44,10 @@
-
{{ box.title }} {{ box.msg }}
+
+ + {{ box.title }} {{ box.msg }} +