]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/messages/base-promo.html
messages: Do not show unsubscribe link in transactional emails
[ipfire.org.git] / src / templates / messages / base-promo.html
CommitLineData
4386f5cc
MT
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 %}