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:
Chris Hill-Scott
2018-08-06 11:25:19 +01:00
committed by GitHub
parent b93d5a2c6f
commit cecfe86e73

View File

@@ -119,6 +119,7 @@
{{ edit_field(
'Change',
url_for('.branding_request', service_id=current_service.id),
permissions=['manage_service'],
)}}
{% endcall %}