From cdc59ca46106ded1d5221b73180d2231b9204f9c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 27 Aug 2018 18:11:56 +0200 Subject: Adapt JSON field on sheets. --- archaeological_operations/templates/ishtar/sheet_site.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index 9836a25b0..a69609f90 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -64,6 +64,8 @@ {% endif %} +{% include "ishtar/blocks/sheet_json.html" %} + {% trans "Operations" as operations %} {% if item.operations.count %} {% dynamic_table_document operations 'operations' 'archaeological_sites' item.pk '' output %} -- cgit v1.2.3