diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-27 18:11:56 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-27 18:11:56 +0200 |
commit | af865c9ecc18fe31e56c7aff26ab05e8ef40421a (patch) | |
tree | 2447cbdbda05087d78d6a0e8f8c9563f584d8ed3 /archaeological_operations/templates | |
parent | 3642f48c8a62d7a39adfe9472ab7de209b291334 (diff) | |
download | Ishtar-af865c9ecc18fe31e56c7aff26ab05e8ef40421a.tar.bz2 Ishtar-af865c9ecc18fe31e56c7aff26ab05e8ef40421a.zip |
Adapt JSON field on sheets.
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </div> {% 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 %} |