summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-16 16:09:00 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-16 16:09:00 +0100
commit40cab1e0837d96fcec56a59cf8e3178aa487349c (patch)
tree949698ae055af4142498d11d3953f5b114e0806d
parent66b5c967cb0e94c8f8d5b09e854b8d0bd7ccc832 (diff)
downloadIshtar-40cab1e0837d96fcec56a59cf8e3178aa487349c.tar.bz2
Ishtar-40cab1e0837d96fcec56a59cf8e3178aa487349c.zip
Arcaheological sites: add operations to sheet (refs #3913)
-rw-r--r--archaeological_operations/templates/ishtar/sheet_site.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html
index 2f0ac9317..48b8b8009 100644
--- a/archaeological_operations/templates/ishtar/sheet_site.html
+++ b/archaeological_operations/templates/ishtar/sheet_site.html
@@ -41,4 +41,9 @@
{% field_flex_multiple "Periods" item.periods %}
{% field_flex_multiple "Remains" item.remains %}
</div>
+
+{% trans "Operations" as operations %}
+{% if item.operations.count %}
+{% dynamic_table_document operations 'operations' 'archaeological_sites' item.pk '' output %}
+{% endif %}
{% endblock %} \ No newline at end of file