{% extends 'email_base.html' %} {% load i18n %} {% block email_con %} {% autoescape off %}
{% trans "Hi," %}
{% blocktrans with account=user.username %}To reset the password of your account {{ account }} on {{ site_name }}, please click the following link: {% endblocktrans %}
{{ request_domain }}/accounts/password/reset/confirm/{{uid}}-{{token}}
{% trans "If you did not request it, just skip it." %}
{% endautoescape %} {% endblock %}