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

5 lines
241 B
Plaintext

{% extends "account/email/base_notification.txt" %}
{% load i18n %}
{% block notification_message %}{% blocktrans %}Email address {{ deleted_email }} has been removed from your account.{% endblocktrans %}{% endblock notification_message %}