X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/174cf7969627acdc1642f2eda012499b218abac8..297e48d3c1b26b83366b27cc4ba960c8471b634b:/src/wolnelektury/templates/2022/form.html diff --git a/src/wolnelektury/templates/2022/form.html b/src/wolnelektury/templates/2022/form.html new file mode 100644 index 000000000..156985b08 --- /dev/null +++ b/src/wolnelektury/templates/2022/form.html @@ -0,0 +1,19 @@ +{% 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 %}