summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-21 15:57:25 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-21 15:57:25 +0100
commit4e1d73c7aab2116100f7823bfd4b46959b0a9917 (patch)
tree43719262ea060c6a9a5799f2b17c89d48298743b /archaeological_operations
parentdc0246f19222e5722c68121cc9dbaeff9891e57f (diff)
downloadIshtar-4e1d73c7aab2116100f7823bfd4b46959b0a9917.tar.bz2
Ishtar-4e1d73c7aab2116100f7823bfd4b46959b0a9917.zip
Sheets: improve site presentation
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_site.html7
1 files changed, 6 insertions, 1 deletions
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 %}