Say what the current email branding is

We keep getting people requesting branding when they already have the
branding they want set. Seems like they don’t realise we’re doing it
automatically. This might help.
This commit is contained in:
Chris Hill-Scott
2019-04-02 09:30:01 +01:00
parent a85ee2a8e9
commit b1b496ba56
2 changed files with 4 additions and 3 deletions

View File

@@ -102,7 +102,7 @@
{% call settings_row(if_has_permission='email') %}
{{ text_field('Email branding') }}
{{ text_field('Your branding' if current_service.email_branding else 'GOV.UK') }}
{{ text_field('Your branding<br> ({})'.format(current_service.email_branding_name)|safe if current_service.email_branding else current_service.email_branding_name) }}
{{ edit_field(
'Change',
url_for('.branding_request', service_id=current_service.id),