From 3352f862195ca00494f2aed3ec7d548cb1dd1b5c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 28 Jun 2018 11:25:14 +0200 Subject: Migrate from xhtml2odt to pandoc for ODT generation (refs #4178) --- ishtar_common/templates/ishtar/sheet.html | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'ishtar_common/templates/ishtar/sheet.html') diff --git a/ishtar_common/templates/ishtar/sheet.html b/ishtar_common/templates/ishtar/sheet.html index 54a2f767d..e937f1474 100644 --- a/ishtar_common/templates/ishtar/sheet.html +++ b/ishtar_common/templates/ishtar/sheet.html @@ -13,13 +13,23 @@
+ {% if output != "ODT" and output != "PDF"%} {% block toolbar %}{% endblock %} + {% endif %}
+ {% if output != "ODT" and output != "PDF"%} {% block head_sheet %} {% endblock %} + {% endif %}
{% block content %} {% endblock %} -- cgit v1.2.3