Commit 8237973e authored by c24b's avatar c24b

FIX gargantext Graph explorer VIEW

parent e0e911ee
......@@ -23,7 +23,7 @@ def explorer(request, project_id, corpus_id):
# security check
user = cache.User[request.user.id]
node_user = get_node_user(user)
if corpus is None:
raise Http404()
if not user.owns(corpus):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment