mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Column headers on the check page should always be blue
This commit is contained in:
@@ -167,9 +167,7 @@ def check_messages(service_id, upload_id):
|
|||||||
upload_result=upload_result,
|
upload_result=upload_result,
|
||||||
template=template,
|
template=template,
|
||||||
page_heading=page_headings[template.template_type],
|
page_heading=page_headings[template.template_type],
|
||||||
column_headers=['to'] + list(
|
column_headers=['to'] + list(template.placeholders_as_markup),
|
||||||
template.placeholders if upload_result['valid'] else template.placeholders_as_markup
|
|
||||||
),
|
|
||||||
original_file_name=upload_data.get('original_file_name'),
|
original_file_name=upload_data.get('original_file_name'),
|
||||||
service_id=service_id,
|
service_id=service_id,
|
||||||
service=service,
|
service=service,
|
||||||
|
|||||||
Reference in New Issue
Block a user