Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
django-panik-newsletter
Commits
904fd2df
Commit
904fd2df
authored
Jan 16, 2022
by
fred
Browse files
put intro text in a django block
parent
ebaa4b57
Changes
1
Hide whitespace changes
Inline
Side-by-side
newsletter/templates/newsletter/subscriber_form_content.html
View file @
904fd2df
{% load i18n %}
{% csrf_token %}
{% block newsletter-text %}
<p>
{% trans 'Every Monday, the news of the Panik week:' %}
</p>
{% endblock %}
<input
required
name=
"email"
type=
"email"
placeholder=
"{% trans "
your
email
address
"
%}"
>
<div
style=
"display: none;"
>
...
...
Write
Preview
Supports
Markdown
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