From c87cc341f7a463c5846a9b5bbdb373862f6b4a5a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 25 Mar 2016 10:50:21 +0100 Subject: [PATCH] update password_reset_email.html --- .../templates/registration/password_reset_email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}