Move pricing template into own folder

So we can keep thing organised when adding more pricing-related content.
This commit is contained in:
Chris Hill-Scott
2019-06-04 10:44:23 +01:00
parent bbbda5f968
commit 20c4719d07
2 changed files with 1 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ def privacy():
@main.route('/pricing')
def pricing():
return render_template(
'views/pricing.html',
'views/pricing/index.html',
sms_rate=0.0158,
international_sms_rates=sorted([
(cc, country['names'], country['billable_units'])