fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fb381ed6cea5c0ae35109085b3ec14082e28b8b3
[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 "Download a custom PDF" %}</a>
4
{% endif %}