From 220abea41c4f44843efe2d5e49dc365a15de6bd6 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 29 Jan 2019 10:01:10 +0000 Subject: [PATCH] Use sticky footer when setting email branding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You don’t want to scroll all the way through the big list to get to the button. --- .../views/service-settings/set-email-branding.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app/templates/views/service-settings/set-email-branding.html b/app/templates/views/service-settings/set-email-branding.html index fde3f9267..c32fdc5db 100644 --- a/app/templates/views/service-settings/set-email-branding.html +++ b/app/templates/views/service-settings/set-email-branding.html @@ -22,14 +22,12 @@ {{ radios(form.branding_style) }} -
-
- {{ page_footer( - 'Preview', - back_link=url_for('.service_settings', service_id=current_service.id), - back_link_text='Back to settings' - ) }} -
+
+ {{ page_footer( + 'Preview', + back_link=url_for('.service_settings', service_id=current_service.id), + back_link_text='Back to settings' + ) }}
{% endcall %}