Locatizations.
[wolnelektury.git] / src / catalogue / templates / catalogue / custom_pdf_form.html
1 {% load i18n %}
2 {% load honeypot %}
3
4 <h1>{% trans "Stwórz własny PDF" %}</h1>
5
6 <form id='custom-pdf-form' action="" method="post" accept-charset="utf-8" class="cuteform">
7   {% csrf_token %}
8   {% render_honeypot_field %}
9   {{ form.as_p }}
10   <button type="submit">{% trans "Pobierz" %}</button>
11 </form>