Merge pull request #1262 from alphagov/update-pricing-rate

Updated pricing page
This commit is contained in:
kentsanggds
2017-05-04 11:01:48 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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')

View File

@@ -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>