]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/messages/base-promo.html
messages: Do not show unsubscribe link in transactional emails
[ipfire.org.git] / src / templates / messages / base-promo.html
1 {% extends "base.html" %}
2
3 {% block footer %}
4 {{ _("Don't like these emails?") }}
5 <a href="https://people.ipfire.org/">{{ _("Unsubscribe") }}</a>.
6 {% end block %}