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

@@ -12,7 +12,7 @@
{{ big_number(
sms_cost,
'spent on text messages',
currency="£",
currency="$",
smaller=True
) }}
{% else %}
@@ -25,7 +25,7 @@
{{ big_number(
letter_cost,
'spent on letters',
currency="£",
currency="$",
smaller=True
) }}
</div>