mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Merge pull request #3644 from alphagov/add-accessibility-statement
Add accessibility statement
This commit is contained in:
@@ -53,6 +53,11 @@ def privacy():
|
||||
return render_template('views/privacy.html')
|
||||
|
||||
|
||||
@main.route('/accessibility-statement')
|
||||
def accessibility_statement():
|
||||
return render_template('views/accessibility_statement.html')
|
||||
|
||||
|
||||
@main.route('/pricing')
|
||||
def pricing():
|
||||
return render_template(
|
||||
|
||||
Reference in New Issue
Block a user