From fc0e811f9f5042fe72b91db4548142f5f2d4e1df Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 17 Jun 2025 18:06:46 +0200 Subject: ✨ Media exporter: export action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/blocks/window_nav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/window_nav.html b/ishtar_common/templates/ishtar/blocks/window_nav.html index d318fe264..5517cc9bb 100644 --- a/ishtar_common/templates/ishtar/blocks/window_nav.html +++ b/ishtar_common/templates/ishtar/blocks/window_nav.html @@ -101,9 +101,9 @@ PDF - {% endif %}{% for template_name, template_url in extra_templates %} + {% endif %}{% for template_name, template_url, icon in extra_templates %} - {{template_name}} + {{template_name}} {% endfor %} {% if item.HAS_QR_CODE %} {% trans "QR Code" %} -- cgit v1.2.3