mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Merge pull request #929 from alphagov/fix-trial-mode-500
Fix 500 on trial mode page
This commit is contained in:
@@ -31,7 +31,7 @@ def cookies():
|
||||
|
||||
@main.route('/trial-mode')
|
||||
def trial_mode():
|
||||
return render_template('views/trial-mode.html', hours=hours)
|
||||
return render_template('views/trial-mode.html')
|
||||
|
||||
|
||||
@main.route('/pricing')
|
||||
|
||||
Reference in New Issue
Block a user