diff options
-rwxr-xr-x | templates/web/fixmystreet.com/around/_report_banner.html | 11 | ||||
-rwxr-xr-x | templates/web/fixmystreet/around/_report_banner.html | 11 |
2 files changed, 6 insertions, 16 deletions
diff --git a/templates/web/fixmystreet.com/around/_report_banner.html b/templates/web/fixmystreet.com/around/_report_banner.html index bd47a1b54..9d0d9bdfe 100755 --- a/templates/web/fixmystreet.com/around/_report_banner.html +++ b/templates/web/fixmystreet.com/around/_report_banner.html @@ -6,11 +6,6 @@ <span>Yellow pins show existing reports</span> [% END %] </h1> -<p id="skip-this-step" class="variant0"> - [% - tprintf( - loc("Can't see the map? <a href='%s' rel='nofollow'>Skip this step</a>"), - url_skip - ) - %] -</p> +<a id="skip-this-step" class="variant0" href="[% url_skip %]" rel="nofollow"> + [% loc("Can't see the map? <em>Skip this step</em>") %] +</a> diff --git a/templates/web/fixmystreet/around/_report_banner.html b/templates/web/fixmystreet/around/_report_banner.html index 9edf6e171..5ec7300d6 100755 --- a/templates/web/fixmystreet/around/_report_banner.html +++ b/templates/web/fixmystreet/around/_report_banner.html @@ -4,11 +4,6 @@ <span>Yellow pins show existing reports</span> [% END %] </h1> -<p id="skip-this-step"> - [% - tprintf( - loc("Can't see the map? <a href='%s' rel='nofollow'>Skip this step</a>"), - url_skip - ) - %] -</p> +<a id="skip-this-step" href="[% url_skip %]" rel="nofollow"> + [% loc("Can't see the map? <em>Skip this step</em>") %] +</a> |