Merge pull request #929 from alphagov/fix-trial-mode-500

Fix 500 on trial mode page
This commit is contained in:
Chris Hill-Scott
2016-09-07 15:01:49 +01:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@@ -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')