Merge pull request #2244 from alphagov/request-letter-branding

Tell people they can have their logo on letters
This commit is contained in:
Chris Hill-Scott
2018-08-29 15:52:58 +01:00
committed by GitHub
7 changed files with 97 additions and 3 deletions

View File

@@ -227,6 +227,16 @@
}}
{% endcall %}
{% call settings_row(if_has_permission='letter') %}
{{ text_field('Letter branding') }}
{{ text_field(letter_branding) }}
{{ edit_field(
'Change',
url_for('.request_letter_branding', service_id=current_service.id),
permissions=['manage_service']
)}}
{% endcall %}
{% endcall %}
</div>