X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2c8cbdedff9b723bd481e51d3aea771dd93fee7a..94b69cb76f0bdc6fe119a9acc84f73d3afc82cf2:/src/wolnelektury/templates/2022/form.html diff --git a/src/wolnelektury/templates/2022/form.html b/src/wolnelektury/templates/2022/form.html deleted file mode 100644 index 156985b08..000000000 --- a/src/wolnelektury/templates/2022/form.html +++ /dev/null @@ -1,19 +0,0 @@ -{% if errors %} - {{ errors }} - {% if not fields %} - {% endif %} -{% endif %} -{% for field in hidden_fields %}{{ field }}{% endfor %} -{% for field, errors in fields %} -
-
- {{ errors }} - {% if field.label %}{{ field.label_tag }}{% endif %} - {# * #} - {{ field }} - {# field.help_text|safe #} -
-
-
-
-{% endfor %}