From 05bf7cc57169d3c1acb4a38479102a764d813f59 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Feb 2018 15:57:25 +0100 Subject: Sheets: improve site presentation --- archaeological_operations/templates/ishtar/sheet_site.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index ec00480d9..86ae666f4 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -55,4 +55,9 @@ {% if item.operations.count %} {% dynamic_table_document operations 'operations' 'archaeological_sites' item.pk '' output %} {% endif %} -{% endblock %} \ No newline at end of file + +{% trans "Finds" as finds %} +{% dynamic_table_document finds 'finds' 'base_finds__context_record__archaeological_site' item.pk '' output %} + +context_records +{% endblock %} -- cgit v1.2.3