From 04e7aac99c8f4e18e32ff914cc7172de2c728808 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 26 Feb 2016 09:35:07 +0000 Subject: [PATCH] Column headers on the check page should always be blue --- app/main/views/send.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/main/views/send.py b/app/main/views/send.py index cfdbd97d3..07f50b5e2 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -167,9 +167,7 @@ def check_messages(service_id, upload_id): upload_result=upload_result, template=template, page_heading=page_headings[template.template_type], - column_headers=['to'] + list( - template.placeholders if upload_result['valid'] else template.placeholders_as_markup - ), + column_headers=['to'] + list(template.placeholders_as_markup), original_file_name=upload_data.get('original_file_name'), service_id=service_id, service=service,