class SocietySitemap(sitemaps.Sitemap):
    def items(self):
        return models.Society.active_objects.all()

    def location(self, item):