Commit d8a0c281 authored by delanoe's avatar delanoe

[CLEAN] Some code not needed. Text rewritten.

parent 57e5ada2
...@@ -173,15 +173,3 @@ def project(request, project_id): ...@@ -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 = [ ...@@ -17,7 +17,6 @@ urlpatterns = [
# projects # projects
url(r'^projects/?$' , projects.overview), url(r'^projects/?$' , projects.overview),
url(r'^projects/(\d+)/wait$', projects.wait),
url(r'^projects/(\d+)/?$' , projects.project), url(r'^projects/(\d+)/?$' , projects.project),
# corpora # corpora
......
...@@ -15,11 +15,10 @@ ...@@ -15,11 +15,10 @@
<div class="container theme-showcase" role="main"> <div class="container theme-showcase" role="main">
<div class="jumbotron"> <div class="jumbotron">
<h2>Your file has been uploaded ! <br> <h2>Your file has been uploaded ! </h2>
Gargantext need some time to eat it and deliver its. <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> <a class="btn btn-primary btn-lg" href="/projects/{{ project.id }}" title="Click and test by yourself">Continue on Gargantext</a>
</div> </div>
</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