diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-08-07 15:06:11 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-08-16 14:25:12 +0100 |
commit | 33266e59190cdd2d0af76496be7c31d42ae225fa (patch) | |
tree | 24c66dabc7a3cf3e6d118504ec9f41635f2f9c9f | |
parent | d771b02fe311432dc3e1495d50297a123fd3b7dd (diff) |
Hide one of two report headings by default, prevent flash.
-rw-r--r-- | templates/web/base/report/new/form_report.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/new/form_report.html b/templates/web/base/report/new/form_report.html index 910536fe8..e5facc305 100644 --- a/templates/web/base/report/new/form_report.html +++ b/templates/web/base/report/new/form_report.html @@ -11,7 +11,7 @@ [% TRY %][% PROCESS 'report/new/_form_labels.html' %][% CATCH file %][% END %] <h2 class="form-section-heading js-hide-if-private-category">[% loc( 'Public details' ) %]</h2> - <h2 class="form-section-heading form-section-heading--private js-hide-if-public-category">[% loc( 'Report details' ) %]</h2> + <h2 class="form-section-heading form-section-heading--private js-hide-if-public-category hidden-js">[% loc( 'Report details' ) %]</h2> <div class="form-section-description" id="js-councils_text"> [% IF js %] [% PROCESS 'report/new/councils_text_all.html' list_of_names = [ loc('the local council') ] %] |