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
322 B
HTML

{% load i18n %}
{% blocktrans %}You requested reset of your password on {{ site_name }}, 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 }}
{% endblock %}