From 115806eea295ed25ed84ace37bb03600d229c868 Mon Sep 17 00:00:00 2001 From: Pelle Koster Date: Tue, 5 Nov 2024 14:32:23 +0100 Subject: [PATCH] add requireed middleware to appconfig --- src/argus_htmx/appconfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/argus_htmx/appconfig.py b/src/argus_htmx/appconfig.py index 4923f8cb..7337b785 100644 --- a/src/argus_htmx/appconfig.py +++ b/src/argus_htmx/appconfig.py @@ -29,6 +29,7 @@ ], "middleware": { "argus_htmx.middleware.LoginRequiredMiddleware": "end", + "argus_htmx.middleware.HtmxMessageMiddleware": "end", }, }, {