mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-15 19:01:04 -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')
|
||||
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'])
|
||||
|
||||
Reference in New Issue
Block a user