diff --git a/core/templates/singleuser.user.php b/core/templates/singleuser.user.php
deleted file mode 100644
index ba01c9385f2..00000000000
--- a/core/templates/singleuser.user.php
+++ /dev/null
@@ -1,10 +0,0 @@
-
- -
- t('This Nextcloud instance is currently in single user mode.')) ?>
- t('This means only administrators can use the instance.')) ?>
- t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?>
-
- t('Thank you for your patience.')); ?>
- >t('Log out')); ?>
-
-
diff --git a/lib/base.php b/lib/base.php
index 226aeeb727f..29778f02a45 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -280,6 +280,7 @@ class OC {
// render error page
$template = new OC_Template('', 'update.user', 'guest');
OC_Util::addScript('maintenance-check');
+ OC_Util::addStyle('core', 'guest');
$template->printPage();
die();
}