Skip to content

Commit

Permalink
add to static sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Jul 27, 2023
1 parent fc8d967 commit 16c4e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splashcat/sitemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class StaticViewSitemap(sitemaps.Sitemap):
def items(self):
return ["home", "sponsor", "uploaders_information", ]
return ["home", "sponsor", "uploaders_information", "users:login", "users:register"]

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

0 comments on commit 16c4e78

Please sign in to comment.