ai_admin/templates/socialaccount/email/account_connected_message.txt

5 lines
249 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 %}A third-party account from {{ provider }} has been connected to your account.{% endblocktrans %}{% endblock notification_message %}