{% if book.txt_file %}
<li><a href="{{ book.txt_file.url}}">TXT</a> do zadaĆ specjalnych</li>
{% endif %}
- <li><a href="{% url custom_pdf_form %}?slug={{ book.slug }}">PDF?</a></li>
+ <li><a href="{% url custom_pdf_form %}?slug={{ book.slug }}">{% trans "Download a custom PDF" %}</a></li>
</ul>
</div>
<div id="header">
{% for fragment in fragments %}
<a href="#m{{ fragment.anchor }}">{{ forloop.counter }}</a>
{% endfor %}
- <li>
+ </li>
{% endfor %}
</ol>
</div>