first commit
This commit is contained in:
4
templates/socialaccount/email/account_connected_message.txt
Executable file
4
templates/socialaccount/email/account_connected_message.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% 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 %}
|
||||
4
templates/socialaccount/email/account_connected_subject.txt
Executable file
4
templates/socialaccount/email/account_connected_subject.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans %}Third-Party Account Connected{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
4
templates/socialaccount/email/account_disconnected_message.txt
Executable file
4
templates/socialaccount/email/account_disconnected_message.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% 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 %}
|
||||
4
templates/socialaccount/email/account_disconnected_subject.txt
Executable file
4
templates/socialaccount/email/account_disconnected_subject.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans %}Third-Party Account Disconnected{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
Reference in New Issue
Block a user