Page d'agenda
This commit is contained in:
parent
6c3a1e6ddc
commit
b58d85198a
10 changed files with 64 additions and 8 deletions
|
|
@ -13,4 +13,5 @@ urlpatterns = [
|
|||
path("contact/", TemplateView.as_view(template_name="contact.html"), name="contact"),
|
||||
path("membres/", views.EspaceMembresView.as_view(), name="membres"),
|
||||
path("membres/liste/", views.ListeMembresView.as_view(), name="liste-membres"),
|
||||
path("agenda/", views.AgendaView.as_view(), name="agenda"),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue