diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-04-22 13:00:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-04-22 13:00:41 +0100 |
commit | c9d7be8f8994ca51685c71bd7490ef42822d41b3 (patch) | |
tree | f74dba25dbb80d1dbd35fe298d117e9ad0daa340 | |
parent | 5d3293a59bff5b384b5349d7d690eeaf19c886c4 (diff) |
[UK] Use absolute link in unresponsive template.
This template may be shown in the mobile app.
-rw-r--r-- | templates/web/fixmystreet.com/report/new/unresponsive_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/report/new/unresponsive_body.html b/templates/web/fixmystreet.com/report/new/unresponsive_body.html index 2ad3b7992..d0f16d188 100644 --- a/templates/web/fixmystreet.com/report/new/unresponsive_body.html +++ b/templates/web/fixmystreet.com/report/new/unresponsive_body.html @@ -8,5 +8,5 @@ reports from third party reporting sites such as FixMyStreet. </p> <p>We can make your report public, but we can’t send it to the council.</p> - <a href="/unresponsive?body=[% body_id %][% IF category %];category=[% category | uri %][% END %]">What can I do instead?</a> + <a href="[% c.cobrand.base_url %]/unresponsive?body=[% body_id %][% IF category %];category=[% category | uri %][% END %]">What can I do instead?</a> </div> |