X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c742d70c5285e01898721fc1a5ffe236781c7828..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 ef865bc04..cfebdf39c 100644 --- a/src/catalogue/templates/catalogue/custom_pdf_form.html +++ b/src/catalogue/templates/catalogue/custom_pdf_form.html @@ -7,6 +7,10 @@
{% csrf_token %} {% render_honeypot_field %} + {% if request.EXPERIMENTS.layout.value %} + {{ form.as_p }} + + {% else %}
    {{ form.nofootnotes|pretty_checkbox }} {{ form.nothemes|pretty_checkbox }} @@ -17,4 +21,5 @@
+ {% endif %}