summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-12-02 12:12:02 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:22 +0100
commit7014a6989dfa21c5f7c4604a0e9c79a3bf355820 (patch)
treebe5c181831a221d9c91774e9201605a5b37cda2c /archaeological_context_records
parent224a569f97e5454d28e0340e28526601f191efa7 (diff)
downloadIshtar-7014a6989dfa21c5f7c4604a0e9c79a3bf355820.tar.bz2
Ishtar-7014a6989dfa21c5f7c4604a0e9c79a3bf355820.zip
Sheet: complete identifier
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index bcfb8db97..e6097db42 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -108,7 +108,9 @@
<div class="card float-left col-12 col-md-6 col-lg-4">
{% include "ishtar/blocks/window_image.html" %}
<div class="card-body">
- <p class="card-text">
+ {% if item.complete_identifier %}<p class="window-refs"
+ title="{% trans 'Complete identifier' %}">
+ <strong>{{ item.complete_identifier }}</strong></p>{% endif %}
<p class='window-refs'>{{ item.parcel.short_label }}</p>
<p class="window-refs">{{ item.label|default:"" }}</p>
{% include "ishtar/blocks/sheet_external_id.html" %}