mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 11:24:10 -04:00
Hide email branding change if not manage service
If you have the API keys permission you can see the settings page. But you can’t change or request stuff, like email branding. So we shouldn’t show the link that suggests you can.
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
{{ edit_field(
|
||||
'Change',
|
||||
url_for('.branding_request', service_id=current_service.id),
|
||||
permissions=['manage_service'],
|
||||
)}}
|
||||
{% endcall %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user