From af865c9ecc18fe31e56c7aff26ab05e8ef40421a 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. --- ishtar_common/templates/ishtar/sheet_document.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/sheet_document.html b/ishtar_common/templates/ishtar/sheet_document.html index 7405224e2..465c02db5 100644 --- a/ishtar_common/templates/ishtar/sheet_document.html +++ b/ishtar_common/templates/ishtar/sheet_document.html @@ -44,6 +44,8 @@ {% field_flex_full "Authors" item.authors|add_links:'person' %} +{% include "ishtar/blocks/sheet_json.html" %} + {% block related %} {% if item.has_related %}

{% trans "Related items" %}

-- cgit v1.2.3