1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 18:20:33 +02:00

Render only useful content when displaying modals

This commit is contained in:
Emmy D'Anello
2023-02-20 17:53:45 +01:00
parent a8f24b6581
commit 69b94c9493
25 changed files with 37 additions and 22 deletions

View File

@ -87,6 +87,7 @@ MIDDLEWARE = [
'django.middleware.locale.LocaleMiddleware',
'django.contrib.sites.middleware.CurrentSiteMiddleware',
'tfjm.middlewares.SessionMiddleware',
'tfjm.middlewares.FetchMiddleware',
]
ROOT_URLCONF = 'tfjm.urls'