X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/06c2db433d63ebd0e5a83cb6b68a29a6ca1d5050..87bb2a717d59b58054cf743b7aadc116f788da69:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 17353fe96..50435ca85 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -107,8 +107,7 @@ class SiteController < ApplicationController end def communities - @locale = I18n.locale - @local_chapters = OsmCommunityIndex::LocalChapter.local_chapters_with_locale(@locale) + @local_chapters = Community.where(:type => "osm-lc").where.not(:id => "OSMF") end def export; end