From bef34cfcdee1bfcafb8174564f5eea45f04358a9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 Mar 2020 16:27:01 +0100 Subject: Add ID to template --- showcase/templates/showcase/item-find.html | 1 + 1 file changed, 1 insertion(+) (limited to 'showcase') diff --git a/showcase/templates/showcase/item-find.html b/showcase/templates/showcase/item-find.html index 71f4cff..1519b8b 100644 --- a/showcase/templates/showcase/item-find.html +++ b/showcase/templates/showcase/item-find.html @@ -69,6 +69,7 @@ {% if data.datings|length %}

{% trans "Period(s):" %} {% for dating in data.datings %}{% if forloop.counter0 %} ; {% endif %}{{dating.period}}{% endfor %}

{% endif %} + {% if data.free_id %}

{% trans "ID:" %} {{data.free_id}}

{% endif %}
-- cgit v1.2.3