Commit dcb9dfbe authored by Administrator's avatar Administrator

Merge branch 'alex'

Merge last changes
parents 542ddf49 84b7863b
...@@ -543,7 +543,6 @@ def node_link(request, corpus_id): ...@@ -543,7 +543,6 @@ def node_link(request, corpus_id):
#print(data) #print(data)
return JsonHttpResponse(data) return JsonHttpResponse(data)
def graph_it(request): def graph_it(request):
'''The new multimodal graph.''' '''The new multimodal graph.'''
t = get_template('graph-it.html') t = get_template('graph-it.html')
...@@ -555,7 +554,6 @@ def graph_it(request): ...@@ -555,7 +554,6 @@ def graph_it(request):
})) }))
return HttpResponse(html) return HttpResponse(html)
def ngrams(request): def ngrams(request):
'''The ngrams list.''' '''The ngrams list.'''
t = get_template('ngrams.html') t = get_template('ngrams.html')
......
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