diff options
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 |
commit | e19ff9b6377d8f9c3ae00c6e489d8f106ee53049 (patch) | |
tree | 6dc9fdcf551160909aa62793818136bd98fba7b0 /archaeological_context_records/templates | |
parent | b8f29fd173824cf335046cf3602c3fd2650522be (diff) | |
download | Ishtar-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.html | 4 |
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>" %} |