authentic/src/authentic2/templates/registration/password_reset_email.html

7 lines
243 B
HTML

{% load i18n %}
{% 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 %}
{{ reset_url }}
{% endblock %}