From 1905b90698b8171880b812bec1fcafaf0e35dc6a Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 20 Sep 2025 21:12:47 -0700 Subject: Ditch HTMX --- templates/login.html.template | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'templates/login.html.template') diff --git a/templates/login.html.template b/templates/login.html.template index 658d477..53ab905 100644 --- a/templates/login.html.template +++ b/templates/login.html.template @@ -1,13 +1,12 @@ {{define "head"}}Login{{end}} -

{{.Error}}

-
-
-
- - - -
-
+ {{if .Error}} + + {{end}} +
+ + + +
-- cgit v1.3.1