X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddf2102eff7ea420a4ea5144c43409587fc1156e..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/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 cfebdf39c..46b2e85f7 100644 --- a/src/catalogue/templates/catalogue/custom_pdf_form.html +++ b/src/catalogue/templates/catalogue/custom_pdf_form.html @@ -1,25 +1,11 @@ {% load i18n %} {% load honeypot %} -{% load ajaxable_tags %}

{% trans "Download custom PDF" %}

{% csrf_token %} {% render_honeypot_field %} - {% if request.EXPERIMENTS.layout.value %} - {{ form.as_p }} - - {% else %} -
    - {{ form.nofootnotes|pretty_checkbox }} - {{ form.nothemes|pretty_checkbox }} - {{ form.nowlfont|pretty_checkbox }} - {{ form.nocover|pretty_checkbox }} - {{ form.leading|pretty_field }} - {{ form.fontsize|pretty_field }} - -
  1. -
- {% endif %} + {{ form.as_p }} +