Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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