X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e24e657ebf536f55c1bde66bd41563fae30a98b0..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.response }}
+{{ form.response|safe }}
+{% endblock %} + +{% block extrabody %} + {% endblock %}