From 7a0f038bcda161cea49263e099f460b50ee47375 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Mon, 26 Jun 2017 16:01:56 +0300 Subject: [PATCH] correctly render classes --- Web-documentation/structure_objects.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web-documentation/structure_objects.html.twig b/Web-documentation/structure_objects.html.twig index 30f766f..b20911d 100644 --- a/Web-documentation/structure_objects.html.twig +++ b/Web-documentation/structure_objects.html.twig @@ -32,7 +32,7 @@

Описание

-

Карта

+

{{ description }}

Структура данных

@@ -43,7 +43,7 @@
Описание
Обязательность
- {% for field in fields -%} + {% for field in allFieldsOrdered -%} {%- include 'blocks/field-row.html.twig' with { field: field, objectsLinks: objectsLinks