summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-08-11 17:59:52 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:20 +0100
commit360e2754f41517ec899c4664d32adb011af25c12 (patch)
tree67531dd22b4e9551b8a6ca7f66cf8ddcba8e5e0b /archaeological_warehouse/templates
parenta103672d8cc3dbd964007f3e6cbea0d13dbf05bd (diff)
downloadIshtar-360e2754f41517ec899c4664d32adb011af25c12.tar.bz2
Ishtar-360e2754f41517ec899c4664d32adb011af25c12.zip
Container: fix statistics
Diffstat (limited to 'archaeological_warehouse/templates')
-rw-r--r--archaeological_warehouse/templates/ishtar/sheet_container.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html
index a85dc157c..0087eeaf6 100644
--- a/archaeological_warehouse/templates/ishtar/sheet_container.html
+++ b/archaeological_warehouse/templates/ishtar/sheet_container.html
@@ -23,7 +23,6 @@
{% endif %}
<p class="window-refs">{{ item.container_type|default:"" }} {{ item.reference|default:"" }}</p>
<p class="window-refs">{{ item.location.name }} - {{ item.index }}</p>
- <p class="window-refs">{{ item.old_reference|default:"" }}</p>
{% include "ishtar/blocks/sheet_external_id.html" %}
</div>
{% if item.main_image %}
@@ -46,6 +45,7 @@
</dd>
</dl>
{% include "ishtar/blocks/sheet_creation_section.html" %}
+ {% field_flex "Old reference" item.old_reference %}
{% field_flex_full "Comment" item.comment "<pre>" "</pre>" %}
{% include "ishtar/blocks/sheet_json.html" %}
</div>