From 85920b8c7a2696115d1f77c046f48f6f00d639f1 Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 7 Apr 2026 00:23:24 +0200 Subject: Init --- templates/admin/settings.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/admin/settings.html (limited to 'templates/admin/settings.html') diff --git a/templates/admin/settings.html b/templates/admin/settings.html new file mode 100644 index 0000000..fc42ee2 --- /dev/null +++ b/templates/admin/settings.html @@ -0,0 +1,20 @@ +{{define "settings-content"}} +{{if .Success}}

Settings saved.

{{end}} +{{if .Error}}

{{.Error}}

{{end}} +
+ + + + + + + + +

Leave blank to keep the current logo.

+ +
+ + Cancel +
+
+{{end}} -- cgit v1.3