5 lines
254 B
Plaintext
Executable File
5 lines
254 B
Plaintext
Executable File
{% extends "account/email/base_notification.txt" %}
|
|
{% load i18n %}
|
|
|
|
{% block notification_message %}{% blocktrans %}A third-party account from {{ provider }} has been disconnected from your account.{% endblocktrans %}{% endblock notification_message %}
|