Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
panikweb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
radiopanik
panikweb
Commits
3ce828e3
Commit
3ce828e3
authored
Feb 06, 2018
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates: move newsletter form to the right
parent
6d4dfd71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
panikweb_templates/templates/home.html
panikweb_templates/templates/home.html
+7
-5
No files found.
panikweb_templates/templates/home.html
View file @
3ce828e3
...
...
@@ -30,18 +30,20 @@
{% weeknav %}
{% weekview %}
</div>
<div
class=
"rightPart"
>
<h1
class=
"top"
>
{% trans 'Focus' %}
</h1>
{% newsroll %}
<form
method=
"post"
action=
"{% url 'newsletter-subscribe' %}"
class=
"marged"
id=
"subscribe-form"
>
<p>
{% trans 'Every Monday, the news of the Panik week:' %}
</p>
{{ newsletter_form.as_table }}
<input
required
name=
"email"
type=
"email"
placeholder=
"votre adresse email"
>
<button>
{% trans 'Subscribe' %}
</button>
</form>
</div>
<div
class=
"rightPart"
>
<h1
class=
"top"
>
{% trans 'Focus' %}
</h1>
{% newsroll %}
{% if newsitems %}
...
...
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