{% extends 'flask_user/emails/base_message.html' %} {% block message %}
{{ word('Your password has been changed.') }}
{% if user_manager.enable_forgot_password %}{{ word('If you did not initiate this password change,') }} {{ word('click here to reset it') }}.
{% endif %} {% endblock %}