mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-25 12:51:05 -05:00
Updated pricing page
This commit is contained in:
@@ -31,7 +31,7 @@ def trial_mode():
|
||||
|
||||
@main.route('/pricing')
|
||||
def pricing():
|
||||
return render_template('views/pricing.html')
|
||||
return render_template('views/pricing.html', sms_rate=0.0158)
|
||||
|
||||
|
||||
@main.route('/delivery-and-failure')
|
||||
|
||||
@@ -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.65 pence + VAT</li>
|
||||
<li>Standard text message rate: {{ '{:.2f}'.format(sms_rate * 100) }} pence + VAT</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user