fix: avoid Jinja dict method collisions in admin templates

This commit is contained in:
Anton
2026-04-29 12:11:16 +03:00
parent 5eaad38076
commit cdfbb26875
8 changed files with 13 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
APP_VERSION = "0.2.4"
FRONTEND_VERSION = "0.2.4"
BACKEND_VERSION = "0.2.4"
APP_VERSION = "0.2.5"
FRONTEND_VERSION = "0.2.5"
BACKEND_VERSION = "0.2.5"