Code layout change.
[wolnelektury.git] / src / 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 %}