This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
lesechos/theme-authentic2/templates/registration/password_reset_email.html

7 lines
257 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 %}
{{ base_url }}{{ reset_url }}
{% endblock %}