X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7d557155e2cd195f975e4559c353be5f28d7d66..ea9d7d13a44a6ad6357b1af8c977c27753268521:/src/catalogue/templates/catalogue/custom_pdf_form.html diff --git a/src/catalogue/templates/catalogue/custom_pdf_form.html b/src/catalogue/templates/catalogue/custom_pdf_form.html index 3abc22d28..cfebdf39c 100644 --- a/src/catalogue/templates/catalogue/custom_pdf_form.html +++ b/src/catalogue/templates/catalogue/custom_pdf_form.html @@ -1,13 +1,16 @@ {% load i18n %} {% load honeypot %} -{% load ssi_csrf_token from ssify %} {% load ajaxable_tags %}

{% trans "Download custom PDF" %}

- {% ssi_csrf_token %} + {% csrf_token %} {% render_honeypot_field %} + {% if request.EXPERIMENTS.layout.value %} + {{ form.as_p }} + + {% else %}
    {{ form.nofootnotes|pretty_checkbox }} {{ form.nothemes|pretty_checkbox }} @@ -18,4 +21,5 @@
+ {% endif %}