Skip to content

Commit

Permalink
Merge pull request #405 from datamade/fix_namespace_sitemap
Browse files Browse the repository at this point in the history
we don't need this namespace anymore
  • Loading branch information
fgregg authored Jan 23, 2024
2 parents adf055d + 46fcb7b commit 2071eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chicago/views_sitemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class StaticViewSitemap(Sitemap):
changefreq = "weekly"

def items(self):
return ["index", "about", "council_members", "chicago:compare_council_members"]
return ["index", "about", "council_members", "compare_council_members"]

def location(self, item):
return reverse(item)

0 comments on commit 2071eb4

Please sign in to comment.