From ca1bdab53b4f8a688f2eaee73ee54e44489563f1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 10 Jan 2019 15:51:32 +0100 Subject: Fix datings M2M history --- archaeological_finds/templates/ishtar/sheet_find.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_finds/templates') 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 @@ {% endif %} - {% if item.datings.count or item.dating_comment %} + {% if item.historical_datings or item.datings.count or item.dating_comment %}

{% trans "Dating" %}

{% if item.datings.count %} @@ -212,7 +212,7 @@ - {% for dating in item.datings.all %} + {% for dating in item.dating_list %}
{% trans "Quality" %} {% trans "Precise dating" %}
{{dating.period}} -- cgit v1.2.3