diff --git a/app/main/views/index.py b/app/main/views/index.py index aa5d2bc3c..0ccdc2041 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -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']) diff --git a/app/templates/views/pricing.html b/app/templates/views/pricing/index.html similarity index 100% rename from app/templates/views/pricing.html rename to app/templates/views/pricing/index.html