Skip to content

Commit d99418d

Browse files
committed
emails: update logo and footer
1 parent 30339fe commit d99418d

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

adhocracy-plus/templates/email_base.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,9 @@
1111
style="width: 100%; max-width: 600px; margin: auto;">
1212
<tr>
1313
<td style="padding: 0px; position: relative; top: -4.5em;" align="center">
14-
{% if organisation and organisation.logo %}
15-
<div style="width: 100px; height: 100px; box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08); background-color: #ffffff;">
16-
<img src="cid:organisation_logo" height="80" width="80" alt="{{ organisation.name }} logo" style="margin: 10px;" />
17-
</div>
18-
{% else %}
19-
<div style="width: 150px; height: 100px; box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08); background-color: #ffffff;">
20-
<img src="cid:logo" height="80" alt="adhocracy-plus logo" style="margin: 10px;" />
21-
</div>
22-
{% endif %}
14+
<div style="width: 150px; height: 100px; box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08); background-color: #ffffff;">
15+
<img src="cid:logo" height="80" alt="ROOTS logo" style="margin: 10px;" />
16+
</div>
2317
</td>
2418
</tr>
2519
<tr>
@@ -90,8 +84,7 @@ <h3 style="color: #818181;">
9084
<td style="color: #818181; font-size: small; padding-top: 20px; padding-left: 5px; padding-right: 5px;">
9185
{% block reason %}{% endblock %}
9286
<p>
93-
{% blocktranslate with platformname=settings.a4_candy_cms_settings.OrganisationSettings.platform_name %}{{ platformname }} is a participation platform operated by{% endblocktranslate %}<br />
94-
Liquid Democracy e.V., Am Sudhaus 2, D-12053 Berlin
87+
ROOTS-Beteiligung ist eine Beteiligungsplattform für Non-Profit Organisationen, die im Rahmen des <a href="https://kmi-netzwerk.org/kmi-roots/">KMI/ROOTS</a> Projektes entstanden ist und von Liquid Democracy e.V. umgesetzt wird.
9588
</p>
9689
</td>
9790
</tr>

0 commit comments

Comments
 (0)