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
commitee13d186e850749c62e7952c8524704a08317733 (patch)
tree949698ae055af4142498d11d3953f5b114e0806d
parenta4fe839d5b0118012adede0d6ba330811d914d65 (diff)
downloadIshtar-ee13d186e850749c62e7952c8524704a08317733.tar.bz2
Ishtar-ee13d186e850749c62e7952c8524704a08317733.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