diff --git a/plinth/__main__.py b/plinth/__main__.py index 9af5cf4a6..67945be38 100644 --- a/plinth/__main__.py +++ b/plinth/__main__.py @@ -224,7 +224,7 @@ def configure_django(): INSTALLED_APPS=applications, LOGGING=logging_configuration, LOGIN_URL='users:login', - LOGIN_REDIRECT_URL='apps:index', + LOGIN_REDIRECT_URL='index', MESSAGE_TAGS={message_constants.ERROR: 'danger'}, MIDDLEWARE_CLASSES=( 'django.contrib.sessions.middleware.SessionMiddleware',