diff options
-rw-r--r-- | templates/web/base/reports/_rss.html | 2 |
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; |