diff --git a/templates/web/surrey/footer_extra.html b/templates/web/surrey/footer_extra.html index a28bc01214e..80a86bcc382 100644 --- a/templates/web/surrey/footer_extra.html +++ b/templates/web/surrey/footer_extra.html @@ -1,5 +1,10 @@ + [% IF c.action == 'tokens/confirm_problem' OR c.action == 'report/confirmation' %] + + This feedback relates to how easy it was to report and will not be included as part of your report. + + [% END %] diff --git a/web/cobrands/surrey/base.scss b/web/cobrands/surrey/base.scss index eb2e1a14bd4..da0692a76c2 100644 --- a/web/cobrands/surrey/base.scss +++ b/web/cobrands/surrey/base.scss @@ -184,6 +184,11 @@ a#geolocate_link, background: #f3f6f9; } +#happy-or-not-feedback-statement { + padding: 1em 0; + text-align: center; +} + .scc-subscribe { background-color: #e0e7cf; padding: 0.9375rem 0;
This feedback relates to how easy it was to report and will not be included as part of your report.