diff options
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_json.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_json.html b/ishtar_common/templates/ishtar/blocks/sheet_json.html index df9340c6f..35b681d8e 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_json.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_json.html @@ -1,6 +1,6 @@ {% load i18n window_field %} {% for json_section, json_fields in item.json_sections %} -<h3>{% if json_section %}{{json_section}}{% else %}{% trans "Data" %}{% endif %}</h3> +{% if json_section %}<h3>{{json_section}}</h3>{% endif %} {% for label, value in json_fields %} {% if forloop.first %}<div class='row'>{% endif %} {% field_flex label value %} |