diff --git a/theme-authentic2/templates/registration/password_reset_email.html b/theme-authentic2/templates/registration/password_reset_email.html index 6e5ce31..6fe0c19 100644 --- a/theme-authentic2/templates/registration/password_reset_email.html +++ b/theme-authentic2/templates/registration/password_reset_email.html @@ -1,6 +1,6 @@ {% load i18n %} -{% blocktrans %}You requested reset of your password on {{ site_name }}, to proceed please +{% blocktrans with hostname=request.get_host %}You requested reset of your password on {{ hostname }}, to proceed please click on the following link{% endblocktrans %}: {% block reset_link %} - {{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}?next={{ request.GET.next|urlencode }} + {{ base_url }}{{ reset_url }} {% endblock %}