summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-15 19:16:43 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-15 19:17:20 +0200
commit6f4a3e5256652d0e8205a2000252dea964e7ad4a (patch)
tree5ae38e8786e61c456eb432d467147a63f21bad2e /archaeological_context_records/templates
parent91b7dcb4e74cd4eb4903241862f63fc8ba4015b6 (diff)
downloadIshtar-6f4a3e5256652d0e8205a2000252dea964e7ad4a.tar.bz2
Ishtar-6f4a3e5256652d0e8205a2000252dea964e7ad4a.zip
Context records: add comments on dating (refs #3149)
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index 4102c01c4..dca55ecc2 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -35,6 +35,7 @@
<p><label>{% trans "Type:" %}</label> <span class='value'>{{ item.unit }}</span></p>
{%endif%}
<p><label>{% trans "Chronology:" %}</label> <span class='value'>{{ item.datings.all|join:", " }}</span></p>
+{% field "Comment on datings" item.datings_comment "<pre>" "</pre>" %}
<p><label>{% trans "Place:" %}</label> <span class='value'>{{ item.parcel.town }}</span></p>
<p><label>{% trans "Parcel:" %}</label> <span class='value'>{{ item.parcel.short_label }}</span></p>