mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Merge pull request #1315 from alphagov/feature
Adding first pass of the new features page
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user