mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Move pricing template into own folder
So we can keep thing organised when adding more pricing-related content.
This commit is contained in:
@@ -68,7 +68,7 @@ def privacy():
|
|||||||
@main.route('/pricing')
|
@main.route('/pricing')
|
||||||
def pricing():
|
def pricing():
|
||||||
return render_template(
|
return render_template(
|
||||||
'views/pricing.html',
|
'views/pricing/index.html',
|
||||||
sms_rate=0.0158,
|
sms_rate=0.0158,
|
||||||
international_sms_rates=sorted([
|
international_sms_rates=sorted([
|
||||||
(cc, country['names'], country['billable_units'])
|
(cc, country['names'], country['billable_units'])
|
||||||
|
|||||||
Reference in New Issue
Block a user