diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-29 10:17:22 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-29 10:36:02 +0000 |
commit | 9dafb6998327637cea56b10d2246386d4841b453 (patch) | |
tree | 2adaab2ac9565c49324cd552bb5ae2f33891bf9e | |
parent | b949cd43b196719116a8d6e3dbc2c2598458120b (diff) |
Make extra questions heading visually hidden.
-rw-r--r-- | templates/web/base/report/new/category_extras.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/new/category_extras.html b/templates/web/base/report/new/category_extras.html index 8e5b02952..0d8f20265 100644 --- a/templates/web/base/report/new/category_extras.html +++ b/templates/web/base/report/new/category_extras.html @@ -10,7 +10,7 @@ [%- IF category_extras.$category.size %] [% UNLESS category_extras_hidden.$category %] <div class="extra-category-questions"> - <h2 class="form-section-heading">[% category %]</h2> + <h2 class="visuallyhidden form-section-heading">[% loc('Extra details') %]</h2> <p class="form-section-description"> [% tprintf( loc('Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online.'), |