mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
fixed navigating with global search
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user