X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b07520a11332374de645ed22c74959afa8a4b7ed..c798d2c2b8516c242c0884ccc768a9b43ce16195:/apps/ajaxable/templates/ajaxable/form.html?ds=inline diff --git a/apps/ajaxable/templates/ajaxable/form.html b/apps/ajaxable/templates/ajaxable/form.html index ba79e4b69..38113dbb6 100755 --- a/apps/ajaxable/templates/ajaxable/form.html +++ b/apps/ajaxable/templates/ajaxable/form.html @@ -1,10 +1,19 @@ {% load i18n %} +

{{ title }}

-
+ +{% csrf_token %} +{% if honeypot %} + {% load honeypot %} + {% render_honeypot_field %} +{% endif %}
    -
    +
    {{ form.as_ul }}
-
\ No newline at end of file + + +{% block extra %}{% endblock %} \ No newline at end of file