summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_basefind.html
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 /archaeological_finds/templates/ishtar/sheet_basefind.html
parentccaee8c26350bd00adfb771d6f35c663ef115b5a (diff)
downloadIshtar-b1636dc85eb058e751917d5701e46b6fd5cbde30.tar.bz2
Ishtar-b1636dc85eb058e751917d5701e46b6fd5cbde30.zip
Base finds: display JSON data
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_basefind.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_basefind.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html
index aa41ee34b..c57e0d681 100644
--- a/archaeological_finds/templates/ishtar/sheet_basefind.html
+++ b/archaeological_finds/templates/ishtar/sheet_basefind.html
@@ -45,6 +45,9 @@
{% field_flex_full "Description" base_find.description "<pre>" "</pre>" first %}
{% field_flex_full "Comment" base_find.comment "<pre>" "</pre>" first %}
</div>
+ {% with item=base_find %}
+ {% include "ishtar/blocks/sheet_json.html" %}
+ {% endwith %}
<h3>{% trans "Sheet"%}</h3>
<div class='row'>
{% with item.history_creation_date|date:"SHORT_DATETIME_FORMAT" as creation_date %}