diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-31 16:48:52 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-31 16:50:29 +0200 |
| commit | ed72a1cbbdd35f0997bec4d2cf25d4a012ea79db (patch) | |
| tree | 025c5ce4a5312ce9c0382b7d6366f5bdf9aadcf6 /archaeological_finds/templates/ishtar/sheet_find.html | |
| parent | a5e44ce0db26c686b8f28fadadd41f3095c6ff43 (diff) | |
| download | Ishtar-ed72a1cbbdd35f0997bec4d2cf25d4a012ea79db.tar.bz2 Ishtar-ed72a1cbbdd35f0997bec4d2cf25d4a012ea79db.zip | |
✨ sheet: json fields - "no data" is not always displayed
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 8b23000ed..0ae238d66 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -319,7 +319,9 @@ {% if item.data and item.data|length > 0 %} <div class="tab-pane fade" id="{{window_id}}-json" role="tabpanel" aria-labelledby="{{window_id}}-json-tab"> + {% with json_show_no_data=True %} {% include "ishtar/blocks/sheet_json.html" %} + {% endwith %} </div> {% endif %} </div> |
