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
42c94068
Commit
42c94068
authored
Nov 28, 2014
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] HTML clean.
parent
c5e0b29b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
projects.html
templates/projects.html
+3
-8
No files found.
templates/projects.html
View file @
42c94068
...
...
@@ -13,9 +13,7 @@
{% block content %}
<div
class=
"container theme-showcase"
role=
"main"
>
<div
class=
"jumbotron"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"jumbotron"
>
<h1>
My {{number}} projects
</h1>
<p>
Template showing my working space
</p>
<p>
...
...
@@ -28,12 +26,9 @@
>
Add a project
</button>
<div
id=
"popover-content"
class=
"hide"
>
<form
enctype=
'multipart/form-data'
action=
'/projects/'
method=
'post'
>
{% csrf_token %}{{ form.non_field_errors }}{{ form.as_p}}
<input
type=
'submit'
class=
"btn"
value=
'Add this project !'
/></form>
</p>
</div>
</div>
</div>
</div>
</div>
</p>
</div>
</div>
<div
class=
"container"
>
...
...
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