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 accepted your trade offer.
Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has accepted your trade offer.
Trade Details:
- They have: {{ want_card }}
@ -8,8 +8,8 @@ Trade Details:
What's next? You can now mark the trade as "Sent" once you've offered the card to them in the app, or reject the trade if needed.
Visit your dashboard to manage this trade:
{{ domain }}{% url 'dashboard' %}
Visit the trade update page to mark it "Sent":
{{ domain }}{% url 'trade_acceptance_update' pk %}
{% include 'email/common/footer.txt' %}