From c06d8f9e4512fe018925d2eeaf1cfe0cefcbb59d Mon Sep 17 00:00:00 2001 From: Vishnu KS Date: Fri, 23 Oct 2020 20:03:12 +0530 Subject: [PATCH] emails: Use link tag macro for realm_uri in confirm new email. --- templates/zerver/emails/confirm_new_email.source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zerver/emails/confirm_new_email.source.html b/templates/zerver/emails/confirm_new_email.source.html index c890fdf978..642038fa40 100644 --- a/templates/zerver/emails/confirm_new_email.source.html +++ b/templates/zerver/emails/confirm_new_email.source.html @@ -7,7 +7,7 @@ {% block content %}

{% trans %}Hi {{ user_name }},{% endtrans %}

-

{% 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 %} +

{% 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 %} {{_('Confirm email change') }}

{% trans support_email=macros.email_tag(support_email) %}If you did not request this change, please contact us immediately at {{ support_email }}.{% endtrans %}