swap dollar symbols for pound symbols

This commit is contained in:
stvnrlly
2022-10-12 20:16:22 +00:00
parent 40dacb61c9
commit 067b4b3742
7 changed files with 28 additions and 27 deletions

View File

@@ -63,7 +63,7 @@
{{ big_number(
sms_cost,
'spent',
currency="£",
currency="$",
smaller=True
) }}
</div>
@@ -73,7 +73,7 @@
{{ big_number(
letter_cost,
'spent',
currency="£",
currency="$",
smaller=True
) }}
</div>
@@ -100,7 +100,7 @@
{% call field(align='left') %}
{{ big_number(
item.sms_cost + item.letter_cost,
currency="£",
currency="$",
smallest=True
) }}
<ul>