diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-11 13:43:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-11 13:43:47 +0200 |
commit | 802a2e38c9cfc91653cd445c1213d1ca77a85b99 (patch) | |
tree | d82635c6ae137d6aadd5178b0fd4c12f9744ce7e /archaeological_context_records/templates | |
parent | f9ba4b9a14226aa895a75b63c4d16dfa10102d66 (diff) | |
download | Ishtar-802a2e38c9cfc91653cd445c1213d1ca77a85b99.tar.bz2 Ishtar-802a2e38c9cfc91653cd445c1213d1ca77a85b99.zip |
Sheet operation: refactoring
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 6fcf5e9da..0643a40fc 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -115,6 +115,12 @@ </div> </div> </div> + {% else %} + <div class='row'> + <p class='window-refs'>{{ item.parcel.short_label }}</p> + <p class="window-refs">{{ item.label|default:"" }}</p> + {% include "ishtar/blocks/sheet_external_id.html" %} + </div> {% endif %} <div class='row'> {% field_flex_2 "Complete ID" item.full_label %} |