From ecc14bead498d77e8411329e1d866583b98e20e4 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 27 Jul 2023 22:20:14 +0000 Subject: [PATCH] register-success.html updated to new design --- src/templates/auth/register-success.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/templates/auth/register-success.html b/src/templates/auth/register-success.html index e8b1b204..7c2e47c1 100644 --- a/src/templates/auth/register-success.html +++ b/src/templates/auth/register-success.html @@ -3,18 +3,25 @@ {% block title %}{{ _("Thank You") }}{% end block %} {% block content %} -
-
-
-
- +
+
+
+
+

+ IPFire_ +

+

+ {{ _("Your account has been created.") }} + {{ _("Please check your email for next steps.") }} +

-

- {{ _("Your account has been created.") }} - {{ _("Please check your email for next steps.") }} +

+

+

+
{% end block %} -- 2.47.3