-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
varun kumar
committed
Nov 18, 2023
1 parent
2901daf
commit b65ab8f
Showing
9 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
allauth/templates/socialaccount/email/social_account_added_message.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% extends "account/email/base_notification.txt" %} | ||
{% load i18n %} | ||
|
||
{% block notification_message %}{% blocktrans %}A new social account has been added.{% endblocktrans %}{% endblock notification_message %} |
4 changes: 4 additions & 0 deletions
4
allauth/templates/socialaccount/email/social_account_added_subject.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}Social account added{% endblocktrans %} | ||
{% endautoescape %} |
4 changes: 4 additions & 0 deletions
4
allauth/templates/socialaccount/email/social_account_disconnected_message.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% extends "account/email/base_notification.txt" %} | ||
{% load i18n %} | ||
|
||
{% block notification_message %}{% blocktrans %}Your social account has been disconnected{% endblocktrans %}{% endblock notification_message %} |
4 changes: 4 additions & 0 deletions
4
allauth/templates/socialaccount/email/social_account_disconnected_subject.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}Social account disconnected{% endblocktrans %} | ||
{% endautoescape %} |
4 changes: 4 additions & 0 deletions
4
allauth/templates/socialaccount/email/social_account_updated_message.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% extends "account/email/base_notification.txt" %} | ||
{% load i18n %} | ||
|
||
{% block notification_message %}{% blocktrans %}Your social account has been updated.{% endblocktrans %}{% endblock notification_message %} |
4 changes: 4 additions & 0 deletions
4
allauth/templates/socialaccount/email/social_account_updated_subject.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}Social account updated{% endblocktrans %} | ||
{% endautoescape %} |