From 416bb4d934d9127f74bd814653e3ef8a1a289efd Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 23 Feb 2017 16:03:50 +0000 Subject: [PATCH] Revert "Add extra text to label rows for screenreaders" This reverts commit 549695de4e5ebc317d6584134c389d062055fb18. This was not the correct solution to the problem identified. --- app/templates/components/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/table.html b/app/templates/components/table.html index b21fc3dc9..51974483e 100644 --- a/app/templates/components/table.html +++ b/app/templates/components/table.html @@ -73,7 +73,7 @@ {% macro index_field(text) -%} - Row {{ text }} + {{ text }} {%- endmacro %}