diff --git a/app/main/views/index.py b/app/main/views/index.py index b0def9efa..70b09a963 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -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') diff --git a/app/templates/views/pricing.html b/app/templates/views/pricing.html index f7f173825..c5ed60611 100644 --- a/app/templates/views/pricing.html +++ b/app/templates/views/pricing.html @@ -26,7 +26,7 @@