diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_nav.html')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_nav.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_nav.html b/ishtar_common/templates/ishtar/blocks/window_nav.html index 5517cc9bb..fef17cb7a 100644 --- a/ishtar_common/templates/ishtar/blocks/window_nav.html +++ b/ishtar_common/templates/ishtar/blocks/window_nav.html @@ -98,10 +98,7 @@ title='{% trans "Export as OpenOffice.org file"%}'> <i class="fa fa-file-word-o" aria-hidden="true"></i> ODT </a> - <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, icon in extra_templates %} + {% endif %}{% for template_name, template_url, icon in extra_templates %} <a class="dropdown-item" href='{{template_url}}'> <i class="{{icon}}" aria-hidden="true"></i> {{template_name}} </a>{% endfor %} |