From: Michael Tremer Date: Sat, 24 Jun 2023 16:04:24 +0000 (+0000) Subject: auth: Redesign the login page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae6c248d580ab861db1c00c156b2d1c0fb56f29b;p=ipfire.org.git auth: Redesign the login page Signed-off-by: Michael Tremer --- diff --git a/src/templates/auth/login.html b/src/templates/auth/login.html index 238e06fb..0ffdcbd7 100644 --- a/src/templates/auth/login.html +++ b/src/templates/auth/login.html @@ -2,56 +2,54 @@ {% block title %}{{ _("Log In") }}{% end block %} -{% block container_large %} -
-
-

- IPFire_People -

-
{{ _("Log In") }}
- - {% if incorrect %} -

- {{ _("You entered an invalid username or password") }} - - {% end %} - -

- {% raw xsrf_form_html() %} - - {% if next %}{% end %} - -
- +{% block container %} +
+
+
+
+

+ IPFire_ +

+

{{ _("Log In") }}

+ +
+ + {% raw xsrf_form_html() %} + + {% if next %}{% end %} + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + +
- -
- -
- -
- -
- -

- - {{ _("Did you forget your password?") }} - -

- - -
{{ _("New to IPFire?") }}
- -
-
+
{% end block %} diff --git a/src/templates/base.html b/src/templates/base.html index c0d2f1df..4e5d3344 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -21,199 +21,197 @@ - {% block container_large %} - - {% block container %} -
- {% block content %}{% end block %} -
- {% end block %} + {% block container %} +
+ {% block content %}{% end block %} +
{% end block %} {% block footer %}