mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
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.
This commit is contained in:
@@ -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() %}
|
||||
<a download class="govuk_link file-list-filename"
|
||||
|
||||
Reference in New Issue
Block a user