aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2019-10-01 15:29:08 +0100
committerStruan Donald <struan@exo.org.uk>2019-10-02 14:19:51 +0100
commit40e1797c38227753df3456f355bf8880b5ca6558 (patch)
tree3d76b92a426d308e28262afba04b42d7a93ec915
parentf1673f9afad1f0be547efcb923deab937d808bca (diff)
[IsleOfWight] remove council from all reports RSS link
Reports do not go to the council so remove council from link for clarity
-rw-r--r--templates/web/base/reports/_rss.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/reports/_rss.html b/templates/web/base/reports/_rss.html
index 567be92ea..4bb30c274 100644
--- a/templates/web/base/reports/_rss.html
+++ b/templates/web/base/reports/_rss.html
@@ -4,6 +4,8 @@
SET monikers = ['bromley','hounslow'];
IF monikers.grep(c.cobrand.moniker).size AND thing == 'council';
'Get updates of reports in ' _ c.cobrand.moniker.ucfirst;
+ ELSIF c.cobrand.moniker == 'isleofwight';
+ 'Get updates of reports on the Isle of Wight';
ELSIF c.cobrand.moniker == 'bromley';
'Get updates of reports in this ward';
ELSIF c.cobrand.is_council;