From 893c7d44813b30fae3d9ee29240b400463609358 Mon Sep 17 00:00:00 2001 From: Bertrand Zuchuat Date: Fri, 4 Oct 2019 13:15:59 +0200 Subject: [PATCH] document: fix json export * Closes #547 Co-Authored-by: Bertrand Zuchuat --- .../documents/templates/rero_ils/detailed_view_documents.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rero_ils/modules/documents/templates/rero_ils/detailed_view_documents.html b/rero_ils/modules/documents/templates/rero_ils/detailed_view_documents.html index 84bf9936ea..97873c3658 100644 --- a/rero_ils/modules/documents/templates/rero_ils/detailed_view_documents.html +++ b/rero_ils/modules/documents/templates/rero_ils/detailed_view_documents.html @@ -35,6 +35,7 @@

{{ record.title }}

+{%- block record_body %}
@@ -315,6 +316,7 @@

{{ _('Export Formats') }}:

{%- endif %} +{%- endblock record_body %} {%- endblock body %}