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 +