Skip to content

Commit

Permalink
we don't need this namespace anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 23, 2024
1 parent adf055d commit 46fcb7b
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 46fcb7b

Please sign in to comment.