Locatizations.
[wolnelektury.git] / src / catalogue / templates / catalogue / snippets / custom_pdf_link_li.html
1 {% load i18n %}
2 {% if not NO_CUSTOM_PDF %}
3   <a href="{% url 'custom_pdf_form' book.slug %}">{% trans "Stwórz własny PDF" %}</a>
4 {% endif %}