Bugfixes for emails and bugfixes for trade acceptance quantities being checked on create, closes #1
This commit is contained in:
parent
32da8157a6
commit
bd7a65975f
21 changed files with 95 additions and 86 deletions
|
|
@ -5,11 +5,12 @@
|
|||
Trade Details:
|
||||
- You have: {{ want_card }}
|
||||
- You want: {{ has_card }}
|
||||
(#{{ hash }})
|
||||
|
||||
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' %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
||||
Trade ID: #{{ hash }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue