diff options
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 |
commit | ee0c65f8b5cee7dbfbe65099a65f666267daa809 (patch) | |
tree | 22878e182bd23b3b2102eeffe215a3dab5618b07 /archaeological_finds/templates | |
parent | 42c6c2166d0e2845c28c776b404072d0b226664d (diff) | |
download | Ishtar-ee0c65f8b5cee7dbfbe65099a65f666267daa809.tar.bz2 Ishtar-ee0c65f8b5cee7dbfbe65099a65f666267daa809.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.html | 1 |
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 %} |