mirror of https://github.com/zulip/zulip.git
emails: Use link tag macro for realm_uri in confirm new email.
This commit is contained in:
parent
4b784f8869
commit
c06d8f9e45
|
@ -7,7 +7,7 @@
|
|||
{% block content %}
|
||||
<p>{% trans %}Hi {{ user_name }},{% endtrans %}</p>
|
||||
|
||||
<p>{% trans %}We received a request to change the email address for the Zulip account on {{ realm_uri }} from {{ old_email }} to {{ new_email }}. To confirm this change, please click below:{% endtrans %}
|
||||
<p>{% trans realm_uri=macros.link_tag(realm_uri) %}We received a request to change the email address for the Zulip account on {{ realm_uri }} from {{ old_email }} to {{ new_email }}. To confirm this change, please click below:{% endtrans %}
|
||||
<a class="button" href="{{ activate_url }}">{{_('Confirm email change') }}</a></p>
|
||||
|
||||
<p>{% trans support_email=macros.email_tag(support_email) %}If you did not request this change, please contact us immediately at {{ support_email }}.{% endtrans %}</p>
|
||||
|
|
Loading…
Reference in New Issue