Ajout Agenda.affiche
This commit is contained in:
parent
edf528f585
commit
c60f4190f4
7 changed files with 57 additions and 5 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue