ai_admin/templates/account/email/email_deleted_message.txt

5 lines
241 B
Plaintext
Raw Permalink Normal View History

2024-09-20 12:29:09 +08:00
{% 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 %}