From 749f2bff02718deb41cf7e10e5b6d5dbeff5b107 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 16 Jan 2025 07:39:46 +0100 Subject: [PATCH] fixed path reload matching --- cookbook/views/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/views/views.py b/cookbook/views/views.py index 0e2ed9b9f..8c5ad1299 100644 --- a/cookbook/views/views.py +++ b/cookbook/views/views.py @@ -34,7 +34,7 @@ from cookbook.version_info import VERSION_INFO from recipes.settings import PLUGINS -def index(request): +def index(request, path=None, resource=None): with scopes_disabled(): if not request.user.is_authenticated: if User.objects.count() < 1 and 'django.contrib.auth.backends.RemoteUserBackend' not in settings.AUTHENTICATION_BACKENDS: