Files
project/templates/account/email/email_changed_message.txt
2026-06-28 14:24:41 +01:00

5 lines
240 B
Plaintext

{% extends "account/email/base_notification.txt" %}
{% load i18n %}
{% block notification_message %}{% blocktrans %}Your email has been changed from {{ from_email }} to {{ to_email }}.{% endblocktrans %}{% endblock notification_message %}