mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Rename ambiguous "sms_chargeable" Jinja variable
Now that we have the term "charge*able*_units" we should clarify this variable is the number we will actually charge for.
This commit is contained in:
@@ -33,9 +33,9 @@
|
||||
{% if sms_free_allowance > 0 %}
|
||||
{{ big_number(sms_allowance_remaining, 'free allowance remaining', smaller=True) }}
|
||||
{% endif %}
|
||||
{% if sms_chargeable %}
|
||||
{% if sms_charged %}
|
||||
{{ big_number(
|
||||
sms_chargeable,
|
||||
sms_charged,
|
||||
'at {:.2f} pence per message'.format(sms_rate * 100),
|
||||
smaller=True
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user