diff --git a/system/templates/account.login.html.twig b/system/templates/account.login.html.twig index aec1e222..6ab08df9 100644 --- a/system/templates/account.login.html.twig +++ b/system/templates/account.login.html.twig @@ -29,7 +29,7 @@ Please enter your account {{ account|lower }} and your password.
{{ account_login_by }}: - + {{ hook('HOOK_ACCOUNT_LOGIN_AFTER_ACCOUNT') }} diff --git a/system/templates/admin.login.html.twig b/system/templates/admin.login.html.twig index 4f766f9a..f31b8fad 100644 --- a/system/templates/admin.login.html.twig +++ b/system/templates/admin.login.html.twig @@ -24,7 +24,7 @@
- + {{ hook('HOOK_ADMIN_LOGIN_AFTER_ACCOUNT') }}
diff --git a/templates/tibiacom/account.login.html.twig b/templates/tibiacom/account.login.html.twig index 3e459a8b..9e9b65c2 100644 --- a/templates/tibiacom/account.login.html.twig +++ b/templates/tibiacom/account.login.html.twig @@ -38,7 +38,7 @@ {{ account_login_by }}: - + {{ hook('HOOK_ACCOUNT_LOGIN_AFTER_ACCOUNT') }}