Skip to content

Commit

Permalink
Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Nov 22, 2024
1 parent 564217d commit 8bc2501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/morphodict/frontend/sitemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def items(self):
return ["index", "about", "contact-us"]

def location(self, item):
return reverse(f"cree-dictionary-{item}")
return reverse(f"dictionary-{item}")


sitemaps = {
Expand Down

0 comments on commit 8bc2501

Please sign in to comment.