353ad8bdf0e8c9dc3c481c5837259df3390488cb
[wolnelektury.git] / apps / catalogue / templates / catalogue / snippets / custom_pdf_link_li.html
1 {% load i18n %}
2 {% if not NO_CUSTOM_PDF %}
3 <li>
4     <a href="{% url 'custom_pdf_form' book.slug %}" id="custom-pdf"
5         class="ajaxable">{% trans "Download a custom PDF" %}</a>
6 </li>
7 {% endif %}