update email templates to link to trade offer itself and unify language

This commit is contained in:
badblocks 2025-04-08 01:23:52 -07:00
parent bd7a65975f
commit dd2ee7b558
10 changed files with 27 additions and 23 deletions

View file

@ -1,6 +1,6 @@
{% include 'email/common/header.txt' %}
Great news! {{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has marked your trade as "Received".
Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has marked your trade as "Received".
Trade Details:
- They sent: {{ want_card }}
@ -8,8 +8,8 @@ Trade Details:
What's next? Send a thank you to this user to increase their reputation!
Visit your dashboard to send thanks:
{{ domain }}{% url 'dashboard' %}
Visit the trade update page to send thanks:
{{ domain }}{% url 'trade_acceptance_update' pk %}
{% include 'email/common/footer.txt' %}