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