From 7d502441a6bd210aff8a8625ee87ea5a1fbbd7ee Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 13 Jan 2023 14:50:04 +0100 Subject: Security for /download and frontend style improvements --- templates/login.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'templates/login.html') diff --git a/templates/login.html b/templates/login.html index 6a09dd7..e1b4c44 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,14 +1,12 @@ {{define "title"}}Connexion{{end}} {{define "content"}}

Connexion

-
- {{if .Error}} -

{{.Error}}

- {{end}} -
-

-

- -
-
+{{if .Error}} +

{{.Error}}

+{{end}} +
+

+

+ +
{{end}} -- cgit v1.2.3