summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-17 18:06:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-17 18:06:46 +0200
commitfc0e811f9f5042fe72b91db4548142f5f2d4e1df (patch)
tree30adfd1fabc9b9aec7003b71d723a800606b0dfa /ishtar_common/templates
parentfb1046c52552461a2d8dd9db5f73747eb3da51e6 (diff)
downloadIshtar-fc0e811f9f5042fe72b91db4548142f5f2d4e1df.tar.bz2
Ishtar-fc0e811f9f5042fe72b91db4548142f5f2d4e1df.zip
✨ Media exporter: export action
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_nav.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<a class="dropdown-item" href='{% url show_url item.pk "pdf" %}'
title='{% trans "Export as PDF file"%}'>
<i class="fa fa-file-pdf-o" aria-hidden="true"></i> PDF
- </a>{% endif %}{% for template_name, template_url in extra_templates %}
+ </a>{% endif %}{% for template_name, template_url, icon in extra_templates %}
<a class="dropdown-item" href='{{template_url}}'>
- <i class="fa fa-file-word-o" aria-hidden="true"></i> {{template_name}}
+ <i class="{{icon}}" aria-hidden="true"></i> {{template_name}}
</a>{% endfor %}
{% if item.HAS_QR_CODE %}<a class="dropdown-item" href='{% url "qrcode-item" item.APP item.MODEL item.pk %}' target="_blank">
<i class="fa fa-qrcode" aria-hidden="true"></i> {% trans "QR Code" %}