From 5c7ed45e79c5617bbf88cc16b55e7376c5e3d219 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 26 Nov 2024 17:30:09 +0000 Subject: [PATCH] auth: Style the account activation page Signed-off-by: Michael Tremer --- src/templates/auth/activate.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/templates/auth/activate.html b/src/templates/auth/activate.html index 6d59ad42..9ec377f8 100644 --- a/src/templates/auth/activate.html +++ b/src/templates/auth/activate.html @@ -3,25 +3,27 @@ {% block title %}{{ _("Activate Your Account") }}{% end block %} {% block content %} -
-
-
{{ _("Activate Your Account") }}
+
+
+
+ {{ _("Activate Your Account") }} +
-

- {{ _("Thank you for creating a new account.") }} - {{ _("To activate it, please enter a strong password.") }} -

+
+

+ {{ _("Thank you for creating a new account.") }} + {{ _("To activate it, please enter a strong password.") }} +

+
{% raw xsrf_form_html() %} {% module Password() %} -
- -
+
-- 2.47.3