mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Merge pull request #139 from GSA/stvnrlly-hide-letters
Hide letters in non-admin UI
This commit is contained in:
@@ -12,10 +12,10 @@ def features_nav():
|
||||
"name": "Text messages",
|
||||
"link": "main.features_sms",
|
||||
},
|
||||
{
|
||||
"name": "Letters",
|
||||
"link": "main.features_letters",
|
||||
},
|
||||
# {
|
||||
# "name": "Letters",
|
||||
# "link": "main.features_letters",
|
||||
# },
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -84,14 +84,14 @@ def using_notify_nav():
|
||||
"name": "Send files by email",
|
||||
"link": "main.send_files_by_email",
|
||||
},
|
||||
{
|
||||
"name": "Upload a letter",
|
||||
"link": "main.upload_a_letter",
|
||||
},
|
||||
{
|
||||
"name": "Letter specification",
|
||||
"link": "main.letter_specification",
|
||||
},
|
||||
# {
|
||||
# "name": "Upload a letter",
|
||||
# "link": "main.upload_a_letter",
|
||||
# },
|
||||
# {
|
||||
# "name": "Letter specification",
|
||||
# "link": "main.letter_specification",
|
||||
# },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user