emails: Use macros for email tags in notify change in email.

This commit is contained in:
Vishnu KS 2020-10-23 19:36:56 +05:30 committed by Tim Abbott
parent 689c636e29
commit 3bac784590
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{% block content %}
<p>{{ _("Hi,") }}</p>
<p>
{% trans %}The email associated with your Zulip account was recently changed to <a href="{{ new_email }}">{{ new_email }}</a>. If you did not request this change, please contact us immediately at <a href="mailto:{{ support_email }}">{{ support_email }}</a>.{% endtrans %}
{% trans new_email=macros.email_tag(new_email), support_email=macros.email_tag(support_email) %}The email associated with your Zulip account was recently changed to {{ new_email }}. If you did not request this change, please contact us immediately at {{ support_email }}.{% endtrans %}
</p>
<p>
{{ _("Best,") }}<br>