mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Merge pull request #3624 from alphagov/add-accessible-letter-specification
Add accessible letter specification
This commit is contained in:
@@ -386,6 +386,14 @@ def upload_a_letter():
|
||||
)
|
||||
|
||||
|
||||
@main.route('/using-notify/guidance/letter-specification')
|
||||
def letter_specification():
|
||||
return render_template(
|
||||
'views/guidance/letter-specification.html',
|
||||
navigation_links=using_notify_nav(),
|
||||
)
|
||||
|
||||
|
||||
# --- Redirects --- #
|
||||
|
||||
@main.route('/roadmap', endpoint='old_roadmap')
|
||||
|
||||
@@ -84,6 +84,10 @@ def using_notify_nav():
|
||||
"name": "Upload a letter",
|
||||
"link": "main.upload_a_letter",
|
||||
},
|
||||
{
|
||||
"name": "Letter specification",
|
||||
"link": "main.letter_specification",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user