Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
d8a0c281
Commit
d8a0c281
authored
Apr 22, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CLEAN] Some code not needed. Text rewritten.
parent
57e5ada2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
17 deletions
+3
-17
projects.py
gargantext/views/pages/projects.py
+0
-12
urls.py
gargantext/views/pages/urls.py
+0
-1
wait.html
templates/pages/projects/wait.html
+3
-4
No files found.
gargantext/views/pages/projects.py
View file @
d8a0c281
...
...
@@ -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
,
},
)
gargantext/views/pages/urls.py
View file @
d8a0c281
...
...
@@ -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
...
...
templates/pages/projects/wait.html
View file @
d8a0c281
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment