diff --git a/config/settings/base.py b/config/settings/base.py index 0337604e4..cc2e6fabb 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -103,9 +103,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 021da39ac..0f13b8a97 100644 --- a/lacommunaute/templates/event/event_calendar.html +++ b/lacommunaute/templates/event/event_calendar.html @@ -55,7 +55,7 @@