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

@@ -9,6 +9,8 @@ def test_employee_detail_template_is_human_readable():
assert ">Tabs<" not in template
assert "contacts.items" not in template
assert "contacts.contact_items" in template
assert "section.items" not in template
assert "section.list_items" in template
assert "Основная информация" in template
assert "Контакты" in template
assert "Разделы профиля" in template