X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e24e657ebf536f55c1bde66bd41563fae30a98b0..0e7f51f3c96d970342838a1d56e4a660cd2e51ba:/src/wolnelektury/templates/forms/form_sent.html?ds=inline 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 %}