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: