Ajout Agenda.affiche

This commit is contained in:
Claude Paroz 2026-03-12 21:22:15 +01:00
parent edf528f585
commit c60f4190f4
7 changed files with 57 additions and 5 deletions

View file

@ -35,6 +35,7 @@ urlpatterns = [
path("membres/documents/", views.MediaView.as_view(prive=True), name="docs-membres"),
path("media/chants/<path:path>", views.MediaServeView.as_view(subdir="chants")),
path("media/affiches/<path:path>", views.MediaServeView.as_view(subdir="affiches")),
path(
"sitemap.xml", sitemap, {"sitemaps": sitemaps},