mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Updated pricing page
This commit is contained in:
@@ -31,7 +31,7 @@ def trial_mode():
|
|||||||
|
|
||||||
@main.route('/pricing')
|
@main.route('/pricing')
|
||||||
def pricing():
|
def pricing():
|
||||||
return render_template('views/pricing.html')
|
return render_template('views/pricing.html', sms_rate=0.0158)
|
||||||
|
|
||||||
|
|
||||||
@main.route('/delivery-and-failure')
|
@main.route('/delivery-and-failure')
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<li>Up to 306 characters = 2 text messages</li>
|
<li>Up to 306 characters = 2 text messages</li>
|
||||||
<li>Up to 459 characters = 3 text messages</li>
|
<li>Up to 459 characters = 3 text messages</li>
|
||||||
</ul></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>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user