Commit cc7032ca authored by Romain Loth's avatar Romain Loth

add forgotten user object for user dropdown

parent 9a5f2481
...@@ -27,6 +27,7 @@ def ngramtable(request, project_id, corpus_id): ...@@ -27,6 +27,7 @@ def ngramtable(request, project_id, corpus_id):
request = request, request = request,
context = { context = {
'debug': settings.DEBUG, 'debug': settings.DEBUG,
'user': request.user,
'date': datetime.now(), 'date': datetime.now(),
'project': project, 'project': project,
'corpus' : corpus, 'corpus' : 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