diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-08 16:46:45 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-08 17:23:43 +0100 |
| commit | c3e1102cfceeeb51b878849cd6fc91f3991e057f (patch) | |
| tree | fe76c4d884692044074d6dfab19dbc4e3ea6ab05 /ishtar_common/templates/ishtar/blocks/sheet_json.html | |
| parent | fc1dd90161a2e50b6206448fed96ed6af84be00c (diff) | |
| download | Ishtar-c3e1102cfceeeb51b878849cd6fc91f3991e057f.tar.bz2 Ishtar-c3e1102cfceeeb51b878849cd6fc91f3991e057f.zip | |
🐛 sheet find: fix periods display
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/sheet_json.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_json.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_json.html b/ishtar_common/templates/ishtar/blocks/sheet_json.html index 35b681d8e..cbfc8813a 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_json.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_json.html @@ -6,6 +6,12 @@ {% field_flex label value %} {% if forloop.last %}</div>{% endif %} {% empty %} -{% trans "No data" %} +<div class='row'> + <div class="col-12"><em>{% trans "No data" %}</em></div> +</div> {% endfor %} +{% empty %} +<div class='row'> + <div class="col-12"><em>{% trans "No data" %}</em></div> +</div> {% endfor %} |
