Skip to content

Commit

Permalink
πŸ› Add missing frontex emails
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Dec 9, 2024
1 parent e7e4aa6 commit 857a014
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
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" %}
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" %}

0 comments on commit 857a014

Please sign in to comment.