summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-15 12:25:13 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-15 12:25:13 +0100
commite8aa48bfdd8a6269864f0cbc815868e90832e928 (patch)
tree22878e182bd23b3b2102eeffe215a3dab5618b07 /archaeological_finds/templates
parent4eb5ebed5bbe24eae7e37c798fda24e895d56520 (diff)
downloadIshtar-e8aa48bfdd8a6269864f0cbc815868e90832e928.tar.bz2
Ishtar-e8aa48bfdd8a6269864f0cbc815868e90832e928.zip
Finds - communicability: add new in model, admin and sheet (refs #3754)
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 67cd479c3..ab97c7b24 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -53,6 +53,7 @@
{% field_flex_multiple "Object types" item.object_types %}
{% field_flex_multiple "Integrity / interest" item.integrities %}
{% field_flex_multiple "Remarkability" item.remarkabilities %}
+ {% field_flex_multiple "Communicability" item.communicabilities %}
{% field_flex "Estimated value" item.estimated_value|default_if_none:''|intcomma '' ' '|add:CURRENCY %}
{% if item.CHECK_DICT %}
{% field_flex "Checked" item.checked|from_dict:item.CHECK_DICT %}