Skip to content

Commit

Permalink
Merge pull request #4003 from antonyip/3999
Browse files Browse the repository at this point in the history
Fix for conversion rate on bounty email is wrong
  • Loading branch information
owocki authored Mar 19, 2019
2 parents e8662ba + 81f154b commit d83f930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retail/templates/emails/funded_featured_bounty.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1 style="margin-top: 50px;">{% trans "You've successfully funded a bounty!" %}
</span>
<span style="text-align: center; border-radius: 2px; margin: 4px; padding: 3px 6px; font-size: 11px; font-weight: 400; white-space: nowrap; background-color: #d6fbeb; color: #00A55E; display: inline-block;">
<p style="font-size:15px;">
{{ bounty.token_value_in_usdt }}
{{ bounty.value_in_usdt_now }}
<span>USD</span>
</p>
</span>
Expand Down

0 comments on commit d83f930

Please sign in to comment.