From f78323dfb703e276fc167a4407624aaeb5223537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 18 Aug 2014 11:36:20 +0200 Subject: [PATCH] Fixed bug #688: Change email text fixed --- taiga/users/templates/emails/change_email-body-html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taiga/users/templates/emails/change_email-body-html.jinja b/taiga/users/templates/emails/change_email-body-html.jinja index 0e930164..f47f9b29 100644 --- a/taiga/users/templates/emails/change_email-body-html.jinja +++ b/taiga/users/templates/emails/change_email-body-html.jinja @@ -9,7 +9,7 @@

Change your email:

Hello {{ user.get_full_name() }},

-

you can recover your password by going to the following url:

+

you can confirm your change of email by going to the following url:

{{ final_url }}

You can ignore this message if you did not request.

Regards