diff --git a/users/templates/users/password_reset_email.html b/users/templates/users/password_reset_email.html index e11dcb1..3f43543 100755 --- a/users/templates/users/password_reset_email.html +++ b/users/templates/users/password_reset_email.html @@ -1,7 +1,7 @@ {% load i18n %} {% blocktrans %}Reset password at {{ site_name }}{% endblocktrans %}: {% block reset_link %} - + {{ protocol }}://{{ domain }}{% url 'users_password_reset_confirm' uid token %} - + {% endblock %}