summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-22 10:59:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-22 11:00:46 +0200
commite19ff9b6377d8f9c3ae00c6e489d8f106ee53049 (patch)
tree6dc9fdcf551160909aa62793818136bd98fba7b0 /archaeological_context_records/templates
parentb8f29fd173824cf335046cf3602c3fd2650522be (diff)
downloadIshtar-e19ff9b6377d8f9c3ae00c6e489d8f106ee53049.tar.bz2
Ishtar-e19ff9b6377d8f9c3ae00c6e489d8f106ee53049.zip
Sheets: highlight main references
Diffstat (limited to 'archaeological_context_records/templates')
-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 907697c9e..e5edb4af5 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -10,6 +10,9 @@
<a href='{{item.image.url}}' rel="prettyPhoto" title="{{item.label}}" class='photo'><img src='{{item.thumbnail.url}}'/></a>
{% endif%}
+<p class='window-refs'>{{ item.parcel.short_label }}</p>
+<p class="window-refs">{{ item.label|default:"" }}</p>
+
<ul class='form-flex'>
<li><label>{% if item.operation.code_patriarche %}{%trans "Complete ID:"%}{% else %}{%trans "Temporary ID:"%}{% endif %}</label><span class='value'>{{item.full_label}}</span></li>
{% field_li "Creation date" item.creation_date %}
@@ -17,7 +20,6 @@
{% field_li "Type" item.unit %}
{% field_li_multiple "Chronology" item.datings %}
{% field_li "Town" item.parcel.town %}
-{% field_li "Parcel" item.parcel.short_label %}
</ul>
{% field "Comment on datings" item.datings_comment "<pre>" "</pre>" %}