diff options
-rw-r--r-- | templates/web/fixmystreet.com/reports/cobrand_stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/reports/cobrand_stats.html b/templates/web/fixmystreet.com/reports/cobrand_stats.html index 8b9e57c05..623c85386 100644 --- a/templates/web/fixmystreet.com/reports/cobrand_stats.html +++ b/templates/web/fixmystreet.com/reports/cobrand_stats.html @@ -1,6 +1,6 @@ [% UNLESS c.req.params.show_wards %] <div class="full-width area-reports-dashboard-cta"> <strong>New for council staff</strong> - <p>Don’t miss our stats dashboard, only available to council staff. Access detailed reports and statistics — for free. <a href="/about/council-dashboard/">Log in here.</a></p> + <p>Don’t miss our stats dashboard, only available to council staff. Access detailed reports and statistics — for free. <a href="[% body_url %]/summary">Log in here.</a></p> </div> [% END %] |