send_custom_email: Include unsubscribe options in emails.

This commit is contained in:
Tim Abbott
2021-04-27 15:58:31 -07:00
parent b3dd6e7c4c
commit 3ea01406f2

View File

@@ -10,3 +10,7 @@
{{ rendered_input }}
{% endblock %}
{% block manage_preferences %}
<p><a href="{{ realm_uri }}/#settings/notifications">{{ _("Manage email preferences") }}</a> | <a href="{{ unsubscribe_link }}">{{ _("Unsubscribe from marketing emails") }}</a></p>
{% endblock %}