From 28ad5ab40b6fc7c4ee621d143b7c3aa43d819d02 Mon Sep 17 00:00:00 2001 From: ni720 Date: Wed, 12 Oct 2016 21:45:49 +0200 Subject: [PATCH] make url clickable link in PWD reset email --- seahub/templates/registration/password_reset_email.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seahub/templates/registration/password_reset_email.html b/seahub/templates/registration/password_reset_email.html index 1a57de48c7..367e84875e 100644 --- a/seahub/templates/registration/password_reset_email.html +++ b/seahub/templates/registration/password_reset_email.html @@ -10,7 +10,8 @@

{% blocktrans with account=user.username %}To reset the password of your account {{ account }} on {{ site_name }}, please click the following link: {% endblocktrans %}
-{{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %} +
+ {{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}