update password_reset_email.html

This commit is contained in:
Benjamin Dauvergne 2016-03-25 10:50:21 +01:00
parent af8664bcf1
commit c87cc341f7
1 changed files with 2 additions and 2 deletions

View File

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