mirror of
https://github.com/simple-login/app.git
synced 2025-10-03 20:09:30 +08:00
update email wording for the one click unsubscribe
This commit is contained in:
parent
3443b456b5
commit
9a9da53a58
2 changed files with 21 additions and 3 deletions
|
@ -1,11 +1,25 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{{ render_text("Hi") }}
|
||||
{{ render_text("Your alias <b>"+ alias +"</b> has been disabled successfully.") }}
|
||||
{{ render_text("If this is a mistake, you can re-enable the alias on the dashboard.") }}
|
||||
{% call text() %}
|
||||
<h1>
|
||||
{{ alias }} has been disabled successfully.
|
||||
</h1>
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
The alias has been disabled thanks to the "One-click unsubscribe” provided by your mailbox service. <br>
|
||||
When you click on this button on a forwarded email, the alias will be disabled automatically.
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
If this is a mistake, you can re-enable the alias on the dashboard.
|
||||
{% endcall %}
|
||||
|
||||
{{ render_button("Enable Alias", enable_alias_url) }}
|
||||
|
||||
{{ render_text('Thanks, <br />SimpleLogin Team.') }}
|
||||
|
||||
{{ raw_url(enable_alias_url) }}
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -2,6 +2,10 @@ Hi
|
|||
|
||||
Your alias {{alias}} has been disabled successfully.
|
||||
|
||||
It has been disabled thanks to the "One-click unsubscribe” provided by your mailbox service.
|
||||
|
||||
When you click on this button on a forwarded email, the alias will be disabled automatically.
|
||||
|
||||
If this is a mistake, you can re-enable the alias on the dashboard via
|
||||
|
||||
{{ enable_alias_url }}
|
||||
|
|
Loading…
Add table
Reference in a new issue