X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f0c1ca86983a56a80796a10499033304dd3a8c0e..cf4049b3e2a405df73926d3a806f715de685b5cb:/src/wolnelektury/templates/forms/form_sent.html diff --git a/src/wolnelektury/templates/forms/form_sent.html b/src/wolnelektury/templates/forms/form_sent.html index f34383da8..2212da6e3 100644 --- a/src/wolnelektury/templates/forms/form_sent.html +++ b/src/wolnelektury/templates/forms/form_sent.html @@ -17,5 +17,18 @@ {% block body %}

{{ form.title }}

-

{{ form.response }}

+

{{ form.response|safe }}

+{% endblock %} + +{% block extrabody %} + {% endblock %}