Commit e5d705ad authored by sim's avatar sim

[REFACT] Move graph module template where it belongs

parent 9aa8cafd
mv /srv/gargantext/static/js/tina* .
......@@ -37,7 +37,7 @@ def explorer(request, project_id, corpus_id):
# rendered page : explorer.html
return render(
template_name = 'graphExplorer/explorer.html',
template_name = 'explorer.html',
request = request,
context = {
'debug' : settings.DEBUG ,
......
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