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
thalia
concrexit
Commits
51cda320
Verified
Commit
51cda320
authored
Aug 04, 2019
by
Sébastiaan Versteeg
Browse files
Remove obsolete Topicus logo HTML from newsletter
parent
35588448
Changes
1
Show whitespace changes
Inline
Side-by-side
website/newsletters/templates/newsletters/email.html
View file @
51cda320
...
...
@@ -39,12 +39,6 @@
{% if newsletter.date %}
<span
style=
"font-size: 20px; font-family: Calibri, 'Trebuchet MS', sans-serif"
>
WEEK
</span><br/>
<span
style=
"font-size: 45px; font-family: Calibri, 'Trebuchet MS', sans-serif"
>
{{ newsletter.date.isocalendar.1 }}
</span>
{% else %}
<p
style=
"margin: 10px; font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;"
>
{% if main_partner %}
<a
href=
"{{ main_partner.link }}"
><img
src=
"{% baseurl %}{{ main_partner.logo.url }}"
height=
"70"
style=
"max-width: 170px; height: 70px; margin-bottom: 5px"
alt=
"{{ main_partner.name }}"
/></a>
{% endif %}
</p>
{% endif %}
</td>
</tr>
...
...
@@ -219,12 +213,7 @@
<td
align=
"center"
style=
"color: black; font-size: 12px;"
>
<p
style=
"margin: 10px; font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;"
>
<a
href=
"{{ main_partner.link }}"
>
{# TODO: Only show Nedap logo after 2019-8-1, remove if #}
{% if main_partner.pk == 1 %}
<img
src=
"{% baseurl %}{% static 'newsletters/topicus-logo.png' %}"
height=
"95"
style=
"height: 95px;"
alt=
"{{ main_partner.name }}"
/>
{% else %}
<img
src=
"{% baseurl %}{% static 'newsletters/nedap-logo.png' %}"
height=
"95"
style=
"height: 95px;"
alt=
"{{ main_partner.name }}"
/>
{% endif %}
</a><br/>
{% trans "our main partner"|upper %}
</p>
...
...
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