fix png generation to align with new card badges, fixes #2

This commit is contained in:
badblocks 2025-04-08 14:40:41 -07:00
parent a83ce746b5
commit 1cdeaa9bba
11 changed files with 27 additions and 32 deletions

View file

@ -1,6 +1,6 @@
{% include 'email/common/header.txt' %}
Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }}

View file

@ -1,6 +1,6 @@
{% include 'email/common/header.txt' %}
Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }}

View file

@ -1,6 +1,6 @@
{% include 'email/common/header.txt' %}
We're sorry to inform you that {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has canceled their trade acceptance.
We're sorry to inform you that {{ acting_user }} ({{ acting_user_friend_code }} in-game name: {{ acting_user_ign }}) has canceled their trade acceptance.
Trade Details:
- They had: {{ want_card }}

View file

@ -1,6 +1,6 @@
{% include 'email/common/header.txt' %}
We're sorry to inform you that {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has rejected the trade.
We're sorry to inform you that {{ acting_user }} ({{ acting_user_friend_code }} in-game name: {{ acting_user_ign }}) has rejected the trade.
Trade Details:
- You had: {{ has_card }}

View file

@ -1,6 +1,6 @@
{% include 'email/common/header.txt' %}
Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }}

View file

@ -1,6 +1,6 @@
{% include 'email/common/header.txt' %}
{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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:
- They sent: {{ want_card }}

View file

@ -1,6 +1,6 @@
{% include 'email/common/header.txt' %}
{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }}

View file

@ -1,6 +1,6 @@
{% include 'email/common/header.txt' %}
{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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:
- You sent: {{ want_card }}