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
commit399e82dfc7680541820a59951e3f8689198314bc (patch)
tree5ae38e8786e61c456eb432d467147a63f21bad2e /archaeological_context_records/templates
parentf95a754c2d6b3f68e9b493c664f63f2f9246fbd7 (diff)
downloadIshtar-399e82dfc7680541820a59951e3f8689198314bc.tar.bz2
Ishtar-399e82dfc7680541820a59951e3f8689198314bc.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>