summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-04-06 12:01:01 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-04-06 12:01:01 +0200
commitb1636dc85eb058e751917d5701e46b6fd5cbde30 (patch)
treecc753df5c85d9d4c68037c011958ed620d967ca4 /ishtar_common
parentccaee8c26350bd00adfb771d6f35c663ef115b5a (diff)
downloadIshtar-b1636dc85eb058e751917d5701e46b6fd5cbde30.tar.bz2
Ishtar-b1636dc85eb058e751917d5701e46b6fd5cbde30.zip
Base finds: display JSON data
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/templates/ishtar/blocks/sheet_json.html2
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 %}