From: Rico Hoppe Date: Fri, 30 Jun 2023 02:37:10 +0000 (+0000) Subject: password-reset: styled all pages X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66ef1f7e261d136503ff009fdd9ea4784744a052;p=ipfire.org.git password-reset: styled all pages Signed-off-by: Rico Hoppe --- diff --git a/src/templates/auth/password-reset-initiation.html b/src/templates/auth/password-reset-initiation.html index fb368d36..d1471f57 100644 --- a/src/templates/auth/password-reset-initiation.html +++ b/src/templates/auth/password-reset-initiation.html @@ -2,30 +2,39 @@ {% block title %}{{ _("Password Reset") }}{% end block %} -{% block content %} -
-
-
-
-
{{ _("Password Reset") }}
+{% block container %} +
+
+
+
+

+ IPFire_ +

+

{{ _("Reset Your Password") }}

-
- {% raw xsrf_form_html() %} +
+ + {% raw xsrf_form_html() %} -
- -
+
+
+ +
+
-
- -
- +
+
+ +
+
+ +
-
-{% end block %} + +{% end block %} \ No newline at end of file diff --git a/src/templates/auth/password-reset-successful.html b/src/templates/auth/password-reset-successful.html index ff45d61a..5075c8ee 100644 --- a/src/templates/auth/password-reset-successful.html +++ b/src/templates/auth/password-reset-successful.html @@ -3,17 +3,18 @@ {% block title %}{{ _("Password Reset") }}{% end block %} {% block content %} -
-
-
-
- +
+
+
+
+

+ IPFire_ +

+

{{ _("Reset Your Password") }}

-

- {{ _("You will shortly receive an email with instructions on how to reset your password.") }} -

+

{{ _("You will shortly receive an email with instructions on how to reset your password.") }}

-
+ {% end block %} diff --git a/src/templates/auth/password-reset.html b/src/templates/auth/password-reset.html index 17657d62..a7d45b67 100644 --- a/src/templates/auth/password-reset.html +++ b/src/templates/auth/password-reset.html @@ -2,22 +2,33 @@ {% block title %}{{ _("Password Reset") }}{% end block %} -{% block content %} -
-
-
{{ _("Reset Your Password") }}
+{% block container %} +
+
+
+
+

+ IPFire_ +

+

{{ _("Reset Your Password") }}

-
- {% raw xsrf_form_html() %} +
+ + {% raw xsrf_form_html() %} - {% module Password(account) %} + {% module Password(account) %} -
- +
+
+ +
+
+ +
- +
-
-{% end block %} +
+{% end block %} \ No newline at end of file