place login outside of container

This commit is contained in:
Uwe Steinmann 2022-10-24 17:10:25 +02:00
parent 3aca89e174
commit 550d62a7a7

View File

@ -164,8 +164,8 @@ $(document).ready( function() {
)
);
}
$this->formSubmit(getMLText('submit_login'));
$this->contentContainerEnd();
$this->formSubmit(getMLText('submit_login'));
?>
</form>
<?php