diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-02-17 12:21:44 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-17 12:21:44 +0000 |
commit | 2e9b93e1dc9c2e42d99b514e79689971830f7866 (patch) | |
tree | 04fb6138b288d1edd1169e0b8a3048b231fbde15 /templates | |
parent | 52e79b293a5595fa558b080e934cf985c5e1c1b7 (diff) |
[fixmystreet.com] Remove double escape of website badge.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/about/posters.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmystreet.com/about/posters.html b/templates/web/fixmystreet.com/about/posters.html index c4cf16cd4..073b36b3b 100644 --- a/templates/web/fixmystreet.com/about/posters.html +++ b/templates/web/fixmystreet.com/about/posters.html @@ -82,10 +82,10 @@ <h2 id="web">Website Badge</h2> -<p class="badge-preview">[% badge %]</p> +<p class="badge-preview">[% badge | safe %]</p> <p>Copy and paste the text below to add this badge to your site:</p> -<textarea class="badge-code js-click-select">[% badge | html %]</textarea> +<textarea class="badge-code js-click-select">[% badge %]</textarea> <p><small>(thanks to Lincolnshire Council for the image)</small></p> <h2 id="print">Printed Materials</h2> |