{% extends 'security/email/base.html' %} {% from 'security/email/button.html' import mail_button %} {% block body %}

{{ _('Your password for %(site)s has been reset.', site=config.SITE_TITLE) }}


{% endblock %}