Merge pull request #1315 from alphagov/feature

Adding first pass of the new features page
This commit is contained in:
Chris Hill-Scott
2017-06-14 17:03:56 +01:00
committed by GitHub
5 changed files with 91 additions and 5 deletions

View File

@@ -110,3 +110,8 @@ def integration_testing():
@main.route('/roadmap')
def roadmap():
return render_template('views/roadmap.html')
@main.route('/features')
def features():
return render_template('views/features.html')