From d95e280b9a2b13fac46516cb97a0d30ab771331c Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 14 Apr 2024 15:25:13 +0200 Subject: [PATCH] Use tables headline for account.redirect.html.twig --- system/templates/account.redirect.html.twig | 40 ++++++--------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/system/templates/account.redirect.html.twig b/system/templates/account.redirect.html.twig index 16b8d7ba..18028e56 100644 --- a/system/templates/account.redirect.html.twig +++ b/system/templates/account.redirect.html.twig @@ -1,31 +1,13 @@ -
- -
-
- - - - -
Login Successful
- - - - -
-
- - - -
-
- - - - -
You have logged in.
Press here if you are not returned automatically.
-
-
-
+{% set title = 'Login Successful' %} +{% set background = config('darkborder') %} +{% set content %} + + + + +
You have logged in.
Press here if you are not returned automatically.
+{% endset %} +{% include 'tables.headline.html.twig' %} \ No newline at end of file +