From 8bc2501ae1a23cd2e7874a8eacf7efea9ab91cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Fri, 22 Nov 2024 20:50:34 +0000 Subject: [PATCH] Added missing file --- src/morphodict/frontend/sitemaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/morphodict/frontend/sitemaps.py b/src/morphodict/frontend/sitemaps.py index c5d4976ae..421e01efc 100644 --- a/src/morphodict/frontend/sitemaps.py +++ b/src/morphodict/frontend/sitemaps.py @@ -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 = {