Fix animation bug on club list

Also, due to some weird jinja bug, css block is applied even if supposedly
in a conditional statement
This commit is contained in:
2026-09-08 23:17:35 +02:00
parent 00cae33a33
commit 35a55ff95a
2 changed files with 11 additions and 5 deletions
+1
View File
@@ -62,6 +62,7 @@ document.body.addEventListener(
},
);
htmx.config.transitions = true;
Object.assign(window, { htmx });
/**