Explorar el Código

[search] Browse should be available to everybody

Romain Rigaux hace 11 años
padre
commit
4412f96123
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      apps/search/src/search/views.py

+ 0 - 1
apps/search/src/search/views.py

@@ -94,7 +94,6 @@ def new_search(request):
   })
 
 
-@allow_admin_only
 def browse(request, name):
   collections = SearchController(request.user).get_all_indexes()
   if not collections: