{% extends "hidp/base_email.html" %} {% load i18n %} {% block content %}

{% translate 'Your password has been changed.' %}

{% translate 'If you did not change your password, please reset your password immediately using the following link:' %}

{{ password_reset_url }}

{% endblock %}