5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
{% extends "account/email/base_notification.txt" %}
|
|
{% load i18n %}
|
|
|
|
{% block notification_message %}{% blocktrans %}Your password has been changed.{% endblocktrans %}{% endblock notification_message %}
|