From 550d62a7a73ec2779f7c85f11af9485adf263ebc Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 24 Oct 2022 17:10:25 +0200 Subject: [PATCH] place login outside of container --- views/bootstrap/class.Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Login.php b/views/bootstrap/class.Login.php index b4062c4c1..ff9ec7319 100644 --- a/views/bootstrap/class.Login.php +++ b/views/bootstrap/class.Login.php @@ -164,8 +164,8 @@ $(document).ready( function() { ) ); } - $this->formSubmit(getMLText('submit_login')); $this->contentContainerEnd(); + $this->formSubmit(getMLText('submit_login')); ?>