summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-11-17 23:03:12 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-11-17 23:03:12 +0100
commit01392cf2498bbfbc242759174ce201b3b5cd48bc (patch)
tree28a66dac4ad2fce7269d347f47d23888612a029d /archaeological_finds/templates
parent6e762f13c2d6c9c760d0d8667d7b51160e5cfcbd (diff)
downloadIshtar-01392cf2498bbfbc242759174ce201b3b5cd48bc.tar.bz2
Ishtar-01392cf2498bbfbc242759174ce201b3b5cd48bc.zip
Archaeological finds: add columns to full export
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html2
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 b0eaecd76..96f190120 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -64,6 +64,8 @@
<p><label>{%trans "Complete ID"%}{% trans ":"%}</label>
<span class='value'>{{base_find.complete_id}}</span></p>
+{% field "Short ID" base_find.short_id %}
+
{% if base_find.discovery_date %}
<p><label>{%trans "Discovery date"%}{% trans ":"%}</label>
<span class='value'>{{base_find.discovery_date}}</span></p>