Merge branch 'main' into stvnrlly-hide-letters

This commit is contained in:
Steven Reilly
2022-10-14 15:33:01 -04:00
committed by GitHub
6 changed files with 16 additions and 16 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>