fix: adjust domain accessors and template adapter for Askama compatibility

This commit is contained in:
2026-05-04 19:03:48 +02:00
parent 965fc0eda8
commit 27be840faa
4 changed files with 26 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
askama = { version = "0.16.0" }
serde = { workspace = true }
chrono = { workspace = true }
domain = { workspace = true }
application = { workspace = true }