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' %}
{{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has marked your trade as "Sent".
Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has marked your trade as "Sent".
Trade Details:
- You have: {{ want_card }}
@ -8,8 +8,8 @@ Trade Details:
What's next? Once you respond to the trade in the app, please mark the trade as "Received" in your dashboard.
Visit your dashboard to manage this trade:
{{ domain }}{% url 'dashboard' %}
Visit the trade update page to mark it "Received":
{{ domain }}{% url 'trade_acceptance_update' pk %}
{% include 'email/common/footer.txt' %}