mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
fix email templates
This commit is contained in:
parent
5e464a824c
commit
f5e6f541ff
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ render_text("Hi " + name) }}
|
||||
|
||||
{% call text() %}
|
||||
We have recorded an attempt to send an email from your alias <b>{{ alias.email }}</b> using <b>{{ sender }}</b>>
|
||||
We have recorded an attempt to send an email from your alias <b>{{ alias.email }}</b> using <b>{{ sender }}</b>.
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
{{ render_text("We have recorded an attempt to send an email from your email <b>" + sender + "</b> to <b>" + reply_email + "</b>.") }}
|
||||
|
||||
{{ render_text(reply_email + 'is a special email address that only receives emails from its authorized user.') }}
|
||||
{{ render_text(reply_email + ' is a special email address that only receives emails from its authorized user.') }}
|
||||
|
||||
{{ render_text('This user has been also informed of this incident.') }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue