diff --git a/seahub/templates/registration/password_reset_email.html b/seahub/templates/registration/password_reset_email.html index 367e84875e..f26418a19f 100644 --- a/seahub/templates/registration/password_reset_email.html +++ b/seahub/templates/registration/password_reset_email.html @@ -9,13 +9,15 @@

{% trans "Hi," %}

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

-{% trans "If you did not request it, just skip it." %}
+{% trans "If you did not request it, just skip it." %}

{% endautoescape %}