diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-10 15:51:32 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-11 17:30:46 +0100 |
commit | f0f17e614d03140fef0b1dff3aca8fdb9e06aded (patch) | |
tree | cdb95e6403d2c729a30aac692321dfa5fb0a0a22 /archaeological_finds/templates | |
parent | 9ec2de72e5edc9eb8df09e3c236253a15a5024d2 (diff) | |
download | Ishtar-f0f17e614d03140fef0b1dff3aca8fdb9e06aded.tar.bz2 Ishtar-f0f17e614d03140fef0b1dff3aca8fdb9e06aded.zip |
Fix datings M2M history
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 3036c2cb6..2d234b2d9 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -200,7 +200,7 @@ </div> {% endif %} - {% if item.datings.count or item.dating_comment %} + {% if item.historical_datings or item.datings.count or item.dating_comment %} <h3>{% trans "Dating" %}</h3> {% if item.datings.count %} <table id='{{window_id}}-datings' class="table table-striped"> @@ -212,7 +212,7 @@ <th>{% trans "Quality" %}</th> <th>{% trans "Precise dating" %}</th> </tr> - {% for dating in item.datings.all %} + {% for dating in item.dating_list %} <tr> <td> {{dating.period}} |