fixed navigating with global search

This commit is contained in:
vabene1111
2024-12-19 20:21:00 +01:00
parent ecdb1e9fee
commit 1c9d19fc76
36 changed files with 145 additions and 9 deletions

View File

@@ -34,8 +34,7 @@ from recipes.settings import PLUGINS
def index(request):
if settings.V3_BETA:
return HttpResponseRedirect(reverse('vue3'))
return HttpResponseRedirect(reverse('vue3'))
with scopes_disabled():
if not request.user.is_authenticated: