diff --git a/config/settings/base.py b/config/settings/base.py index ef2a9f6bc..09613227b 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -101,9 +101,7 @@ ] LOCAL_MIDDLEWARE = [ - "lacommunaute.utils.middleware.NonceMiddleware", "machina.apps.forum_permission.middleware.ForumPermissionMiddleware", - "lacommunaute.utils.middleware.NonceMiddleware", ] MIDDLEWARE = DJANGO_MIDDLEWARE + THIRD_PARTIES_MIDDLEWARE + LOCAL_MIDDLEWARE diff --git a/lacommunaute/templates/event/event_calendar.html b/lacommunaute/templates/event/event_calendar.html index e5c7bc1ac..5559202d7 100644 --- a/lacommunaute/templates/event/event_calendar.html +++ b/lacommunaute/templates/event/event_calendar.html @@ -55,7 +55,7 @@