mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
mmg rates set to 1.65p
also moved a default parameter to a plain ol' local variable to reduce ambiguity about whether it is overriden by any callers (it's not)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<li>Up to 306 characters = 2 text messages</li>
|
||||
<li>Up to 459 characters = 3 text messages</li>
|
||||
</ul></li>
|
||||
<li>Standard text message rate: 1.8p + VAT</li>
|
||||
<li>Standard text message rate: 1.65p + VAT</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
{% if sms_chargeable %}
|
||||
{{ big_number(
|
||||
sms_chargeable,
|
||||
'at {:.1f}p per message'.format(sms_rate * 100),
|
||||
'at {:.2f}p per message'.format(sms_rate * 100),
|
||||
smaller=True
|
||||
) }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user