Commit 3b966c23 authored by delanoe's avatar delanoe

[CLEAN] Some code not needed. Text rewritten.

parent e2de99bb
......@@ -173,15 +173,3 @@ def project(request, project_id):
)
def wait(request, project_id):
'''Gargantext out of service
'''
return render(
template_name = 'pages/projects/wait.html',
request = request,
context = {
'user' : request.user,
'project': project,
},
)
......@@ -17,7 +17,6 @@ urlpatterns = [
# projects
url(r'^projects/?$' , projects.overview),
url(r'^projects/(\d+)/wait$', projects.wait),
url(r'^projects/(\d+)/?$' , projects.project),
# corpora
......
......@@ -15,11 +15,10 @@
<div class="container theme-showcase" role="main">
<div class="jumbotron">
<h2>Your file has been uploaded ! <br>
Gargantext need some time to eat it and deliver its.
<h2>Your file has been uploaded ! </h2>
<h2>Gargantext need some time to eat it.</h2>
<h2>Duration depends on the size of the plate of texts you gave him.</h2>
</h2>
<h2>Thanks for your comprehension</h2>
<a class="btn btn-primary btn-lg" href="/projects/{{ project.id }}" title="Click and test by yourself">Continue on Gargantext</a>
</div>
</div>
......
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