X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c6537f136f4ec0230f5e7c71dd1abf9616151a47..e24e657ebf536f55c1bde66bd41563fae30a98b0:/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 1a8007f31..f34383da8 100644 --- a/src/wolnelektury/templates/forms/form_sent.html +++ b/src/wolnelektury/templates/forms/form_sent.html @@ -1,4 +1,4 @@ -{% extends form.base_template|default:request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %} +{% extends form.base_template|default:"base_simple.html" %} {% load forms_builder_tags %} {% load title %} {% load i18n %} @@ -9,7 +9,7 @@ {% block breadcrumbs %} {{ form.title }} - {% trans "Thank you" %} + {% trans "Dziękujemy" %} {% endblock %} {% block title %}{{ form.title }}{% endblock %}