From f8a4da578bc8f58924ef060b60c472ade8390d55 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Tue, 2 Jun 2015 05:38:12 +0200 Subject: Bug fix and better wording. --- html/alert.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 html/alert.html (limited to 'html/alert.html') diff --git a/html/alert.html b/html/alert.html new file mode 100644 index 0000000..aa4dd1a --- /dev/null +++ b/html/alert.html @@ -0,0 +1,24 @@ +{{if .Error}} +
+ {{range .Error}} + + {{end}} +
+{{end}} +{{if .Success}} +
+ {{range .Success}} + + {{end}} +
+{{end}} + -- cgit v1.2.3