-
Notifications
You must be signed in to change notification settings - Fork 22
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
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
fragdenstaat_de/fds_fximport/templates/fds_fximport/emails/failed.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,12 @@ | ||
{% load i18n %}{% autoescape off %}{% blocktrans with name=foirequest.user.get_full_name title=foirequest.title url=action_url %}Hello {{ name }}, | ||
|
||
there was an error trying to import messages to your request β{{ title }}β. Please try again. If the issue persists, please contact us. | ||
|
||
To try again, click the link below: | ||
|
||
{{ action_url }} | ||
|
||
Cheers, | ||
{{ site_name }}{% endblocktrans %} | ||
{% endautoescape %} | ||
{% include "emails/footer.txt" %} |
12 changes: 12 additions & 0 deletions
12
fragdenstaat_de/fds_fximport/templates/fds_fximport/emails/success.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,12 @@ | ||
{% load i18n %}{% autoescape off %}{% blocktrans with name=foirequest.user.get_full_name title=foirequest.title url=action_url %}Hello {{ name }}, | ||
|
||
we successfully imported the messages to your request β{{ title }}β. Please read the response and change the status of the request if needed. You can also send another message. | ||
|
||
To read your response and to reply to the authority, click the link below: | ||
|
||
{{ action_url }} | ||
|
||
Cheers, | ||
{{ site_name }}{% endblocktrans %} | ||
{% endautoescape %} | ||
{% include "emails/footer.txt" %} |