Skip to content

Commit 2606688

Browse files
committed
Remove USD as well
1 parent d317d53 commit 2606688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/auto-refund.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ <h2>Sorry to see you go, {{ name }}</h2>
1818
1919
</p>
2020
{% endblock %} {% block aside %}
21-
<p>Total: USD <span class="green-money-text">{{ amount }}</span></p>
21+
<p>Total: <span class="green-money-text">{{ amount }}</span></p>
2222
<p>{{ date }}</p>
2323
{% endblock %}

templates/failed-payment.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ <h3>Why did the payment fail?</h3>
4141
</p>
4242
</div>
4343
{% endblock %} {% block aside %}
44-
<p>Total: USD <span class="red-money-text">{{ amount }}</span></p>
44+
<p>Total: <span class="red-money-text">{{ amount }}</span></p>
4545
<p>{{ date }}</p>
4646
{% endblock %}

0 commit comments

Comments
 (0)