Commit fc39ba49 authored by Administrator's avatar Administrator

[FIX] more sleep for new corpus view.

parent b82a67ad
...@@ -158,7 +158,7 @@ def project(request, project_id): ...@@ -158,7 +158,7 @@ def project(request, project_id):
print(error) print(error)
# redirect to the main project page # redirect to the main project page
# TODO need to wait before response (need corpus update) # TODO need to wait before response (need corpus update)
sleep(1) sleep(2)
return HttpResponseRedirect('/project/' + str(project_id)) return HttpResponseRedirect('/project/' + str(project_id))
else: else:
print('ERROR: BAD FORM') print('ERROR: BAD FORM')
......
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