From 8e085564ac624685ed61d6be4086a1f900471dda Mon Sep 17 00:00:00 2001 From: Admin MPCZ Date: Wed, 15 Apr 2026 00:32:20 +0200 Subject: [PATCH] Fix audit.html: {% endif %} manquant pour le bloc active_jobs --- app/templates/audit.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/audit.html b/app/templates/audit.html index c609089..f6aa5e6 100644 --- a/app/templates/audit.html +++ b/app/templates/audit.html @@ -26,6 +26,7 @@ {% endfor %} +{% endif %} {% set p = perms if perms is defined else request.state.perms %}