mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Add route for letter specification page
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')
|
||||
|
||||
Reference in New Issue
Block a user