Updated pricing page

This commit is contained in:
Ken Tsang
2017-05-04 10:19:26 +01:00
parent 79e1df33cf
commit 050c90fb64
2 changed files with 2 additions and 2 deletions

View File

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

View File

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