Add 'Uploads' hub and navigation

The uploads hub is just a page with text for now - there are no actions
available on the page. It is linked to from a new 'Uploads' menu item on
the left of the page which is only visible if your service has the
`letter` and `upload_letters` permissions and if the current user has
permissions to send messages.
This commit is contained in:
Katie Smith
2019-08-09 08:44:11 +01:00
parent 3d9aac4ac6
commit 8a453890e6
7 changed files with 68 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ from app.main.views import ( # noqa isort:skip
styleguide,
templates,
two_factor,
uploads,
user_profile,
verify,
)