X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4bff37c73cb3e5035954af699a2c52065c993197..a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc:/src/ajaxable/templates/ajaxable/form.html diff --git a/src/ajaxable/templates/ajaxable/form.html b/src/ajaxable/templates/ajaxable/form.html index 8cc30043d..3ca76a491 100644 --- a/src/ajaxable/templates/ajaxable/form.html +++ b/src/ajaxable/templates/ajaxable/form.html @@ -1,29 +1,17 @@ -{% load i18n %} -

{{ title }}

+ class="cuteform"> {% csrf_token %} {% if honeypot %} {% load honeypot %} {% render_honeypot_field %} {% endif %} - {% if request.EXPERIMENTS.layout.value %} - {{ form.as_p }} -

- {{ form.data_processing }} -

- - {% else %} -
    -
    - {% block form_fields %} - {{ form.as_p }} - {% endblock %} -
  1. -
- {% endif %} + {{ form.as_p }} +

+ {{ form.data_processing }} +

+