diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_nav.html')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_nav.html | 4 |
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" %} |