From 9a97638e0ddd7fbc135c63d7e9055529313ddb3c Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 15 Feb 2024 23:20:03 +0100 Subject: Slight style changes --- static/favicon.svg | 11 +++++++++++ static/style.css | 0 templ/base.tpl | 1 + templ/login.tpl | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 static/favicon.svg delete mode 100644 static/style.css diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..7f12105 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/static/style.css b/static/style.css deleted file mode 100644 index e69de29..0000000 diff --git a/templ/base.tpl b/templ/base.tpl index af248dd..eddc987 100644 --- a/templ/base.tpl +++ b/templ/base.tpl @@ -3,6 +3,7 @@ + {{block "title" .}}Kosten{{end}} diff --git a/templ/login.tpl b/templ/login.tpl index a0c17d1..7a9a049 100644 --- a/templ/login.tpl +++ b/templ/login.tpl @@ -1,6 +1,6 @@ {{define "body"}}
-
+ {{inputs_and_errors_for . .Errors}} {{.CsrfField}} -- cgit v1.2.3-70-g09d2