fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
46b2e85f7d12491a0b887017d4e269e797a516fe
[wolnelektury.git]
/
src
/
catalogue
/
templates
/
catalogue
/
custom_pdf_form.html
1
{% load i18n %}
2
{% load honeypot %}
3
4
<h1>{% trans "Download custom 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 "Download" %}</button>
11
</form>