tt-server/templates/account/email/password_reset_message.txt

4 lines
201 B
Text

{% extends "account/email/base_notification.txt" %}
{% load i18n %}
{% block notification_message %}{% blocktrans %}Your password has been reset.{% endblocktrans %}{% endblock notification_message %}