summaryrefslogtreecommitdiffstats
path: root/internal/admin/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/admin/templates/error.html')
-rw-r--r--internal/admin/templates/error.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/admin/templates/error.html b/internal/admin/templates/error.html
new file mode 100644
index 0000000..36a4a8a
--- /dev/null
+++ b/internal/admin/templates/error.html
@@ -0,0 +1,7 @@
+{{define "error-content"}}
+ <div class="alert">
+ <h2>Error</h2>
+ <p>{{.Message}}</p>
+ <p><a href="javascript:history.back()">Go back</a></p>
+ </div>
+{{end}}