update email templates to link to trade offer itself and unify language
This commit is contained in:
parent
bd7a65975f
commit
dd2ee7b558
10 changed files with 27 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{% include 'email/common/header.txt' %}
|
||||
|
||||
{{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has sent their thanks for the successful trade!
|
||||
{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has sent their thanks for the successful trade!
|
||||
|
||||
Trade Details:
|
||||
- {% if is_initiator %}You{% else %}They{% endif %} sent: {{ want_card }}
|
||||
|
|
@ -8,6 +8,9 @@ Trade Details:
|
|||
|
||||
This trade is now completed; no further actions can be made.
|
||||
|
||||
Visit your dashboard:
|
||||
{{ domain }}{% url 'dashboard' %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
||||
Trade ID: #{{ hash }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue