Browse Source

[search] Browse should be available to everybody

Romain Rigaux 11 years ago
parent
commit
4412f96123
1 changed files with 0 additions and 1 deletions
  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: