{% extends theme('mail/base.html') %} {% from theme('mail/button.html') import mail_button %} {% block body %}
{{ _('Your password has been changed.') }}
{{ _('If you did not change your password, click below to reset it.') }}
{{ mail_button( _('Reset password'), url_for_security('forgot_password', _external=True) ) }} |