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')
def pricing():
return render_template('views/pricing.html')
return render_template('views/pricing.html', sms_rate=0.0158)
@main.route('/delivery-and-failure')