{% extends 'flask_user/emails/base_message.html' %} {% block message %}

Your password has been changed.

{% if user_manager.enable_forgot_password %}

If you did not change your password, click here to reset it.

{% endif %} {% endblock %}