From 567a38367df267e67c7c34447fe0efcb8c52b16b Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 15 Feb 2019 14:57:37 +0000 Subject: [PATCH] Add spec for email/letter branding --- app/templates/views/email-branding/manage-branding.html | 3 +++ .../views/letter-branding/manage-letter-branding.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/templates/views/email-branding/manage-branding.html b/app/templates/views/email-branding/manage-branding.html index 544abb09f..dad8e212d 100644 --- a/app/templates/views/email-branding/manage-branding.html +++ b/app/templates/views/email-branding/manage-branding.html @@ -19,6 +19,9 @@ {% endif %} +

+ Logos should be PNG files, 108px high +

{{ file_upload(form.file, button_text='{} logo'.format('Update' if email_branding else 'Upload')) }} {% call form_wrapper() %}
diff --git a/app/templates/views/letter-branding/manage-letter-branding.html b/app/templates/views/letter-branding/manage-letter-branding.html index 0bde542b6..1dd6c7b8a 100644 --- a/app/templates/views/letter-branding/manage-letter-branding.html +++ b/app/templates/views/letter-branding/manage-letter-branding.html @@ -18,6 +18,9 @@
{% endif %} +

+ Logos should be SVG files, cropped to artwork bounds and with all fonts outlined. +

{{ file_upload(file_upload_form.file, button_text='{} logo'.format('Update' if is_update else 'Upload')) }} {% call form_wrapper() %}