Statistiques => Observatoire #65

This commit is contained in:
Colin Maudry
2026-03-17 22:59:01 +01:00
parent c02fb995c5
commit d50ec5b01e
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ def sitemap():
base_url = "https://decp.info"
pages = [
"/",
"/statistiques",
"/observatoire",
"/tableau",
"/a-propos",
]
@@ -160,7 +160,7 @@ navbar = dbc.Navbar(
)
for page in page_registry.values()
if page["name"]
in ["Recherche", "À propos", "Tableau", "Statistiques"]
in ["Recherche", "À propos", "Tableau", "Observatoire"]
],
className="ms-auto",
navbar=True,