From 9c3315f194fc5ec3f165f4ca6eca7bd05425d133 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 31 Dec 2019 10:24:39 +0000 Subject: [PATCH] Add field headings to table Headings are good for accessibility. They also are what adds the grey border to the top of the first row in the table. --- app/templates/views/returned-letter-summary.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/views/returned-letter-summary.html b/app/templates/views/returned-letter-summary.html index 573069513..38106526f 100644 --- a/app/templates/views/returned-letter-summary.html +++ b/app/templates/views/returned-letter-summary.html @@ -15,7 +15,9 @@ data, caption="Returned letters report", caption_visible=False, - empty_message='If you have returned letter reports they will be listed here' + empty_message='If you have returned letter reports they will be listed here', + field_headings=['Report'], + field_headings_visible=False ) %} {% call field() %}