mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
swap dollar symbols for pound symbols
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user