diff options
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}} |