{% load i18n %}{% autoescape off %}
Reset your {{ site_name }} password

Use this link to choose a new password (it expires):
{{ protocol }}://{{ domain }}{% url 'account:password_reset_confirm' uidb64=uid token=token %}

If you did not ask for a reset, ignore this email.
{% endautoescape %}
