diff options
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 |
commit | 6f4a3e5256652d0e8205a2000252dea964e7ad4a (patch) | |
tree | 5ae38e8786e61c456eb432d467147a63f21bad2e /archaeological_context_records/templates | |
parent | 91b7dcb4e74cd4eb4903241862f63fc8ba4015b6 (diff) | |
download | Ishtar-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.html | 1 |
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> |