From b1636dc85eb058e751917d5701e46b6fd5cbde30 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 6 Apr 2022 12:01:01 +0200 Subject: Base finds: display JSON data --- ishtar_common/templates/ishtar/blocks/sheet_json.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') 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 %} -

{% if json_section %}{{json_section}}{% else %}{% trans "Data" %}{% endif %}

+{% if json_section %}

{{json_section}}

{% endif %} {% for label, value in json_fields %} {% if forloop.first %}
{% endif %} {% field_flex label value %} -- cgit v1.2.3