diff options
author | Dave Arter <davea@mysociety.org> | 2019-10-07 15:58:45 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-10-07 15:58:45 +0100 |
commit | 030d4219abc30a4a61a301e27c325c60b02a3975 (patch) | |
tree | 5bd7a8827498e00464eafaabfc298ea488e29e53 | |
parent | 78a16842647e3ee843e4bbe9286dfdc1994ca2e9 (diff) |
[fixmystreet.com] Make summary dashboard easier to access if logged in
Trying to access the summary dashboard without permission redirects the user to
a login page, so this change makes it easier for logged-in council staff and
super users to access the dashboard.
-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 %] |