diff options
Diffstat (limited to 'templates/web/fixmybarangay/alert/index.html')
-rw-r--r-- | templates/web/fixmybarangay/alert/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/fixmybarangay/alert/index.html b/templates/web/fixmybarangay/alert/index.html index 8e2ce7518..58c4080e8 100644 --- a/templates/web/fixmybarangay/alert/index.html +++ b/templates/web/fixmybarangay/alert/index.html @@ -13,14 +13,14 @@ FixMyBarangay has a RSS feeds and email alerts for local problems. [% END %] [% options = [ { - id => 'council:1:Luz', + id => 'area:1:Luz', text => 'Luz', - uri => '/rss/reports/Luz' + uri => '/rss/area/Luz' }, { - id => 'council:2:Basak_San_Nicolas', + id => 'area:2:Basak_San_Nicolas', text => 'Basak San Nicolas' - uri => '/rss/reports/Basak+San_Nicolas' + uri => '/rss/area/Basak+San_Nicolas' } ]; %] |