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