diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-21 14:51:56 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-21 14:51:56 +0000 |
commit | 7abbb4d8727eda5b16e00d82da461cb3ac802ac1 (patch) | |
tree | dcb7a46dc37327de8c24d6d6999b974dc0e36e6a | |
parent | 50c032608c84bc9aaa7741b7c571b253303ae0b8 (diff) | |
parent | 831da874e57e84170a5e2a27e5a08599e5b19812 (diff) |
Merge branch 'allow-alert-signup'
-rw-r--r-- | templates/web/base/report/display_tools.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/display_tools.html b/templates/web/base/report/display_tools.html index 4f6031ec5..4be1bca3c 100644 --- a/templates/web/base/report/display_tools.html +++ b/templates/web/base/report/display_tools.html @@ -10,7 +10,7 @@ c.cobrand.moniker == 'fixmystreet' ? 'Unsuitable?' : loc('Report abuse') %]</a></li> [% END %] - [% IF NOT c.cobrand.updates_disallowed(problem) AND c.cobrand.moniker != 'zurich' %] + [% IF c.cobrand.moniker != 'zurich' %] <li><a rel="nofollow" id="key-tool-report-updates" class="feed js-feed" href="[% c.uri_for( '/alert/subscribe', { id => problem.id } ) %]">[% loc('Get updates' ) %]</a></li> [% END %] [% IF c.cobrand.moniker == 'fixmystreet' %] |