X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/ba0a826e670e155e04488502647c5fa94311c70b..db4a44aa36a99cf462da33e9e5a56f9cf68287f1:/prawokultury/templates/contact/register/form.html?ds=inline
diff --git a/prawokultury/templates/contact/register/form.html b/prawokultury/templates/contact/register/form.html
index 8bb88ca..f61ff13 100644
--- a/prawokultury/templates/contact/register/form.html
+++ b/prawokultury/templates/contact/register/form.html
@@ -31,20 +31,29 @@
{% for field in form.main_fields %}
{% include "snippets/field_as_table_row.html" %}
{% endfor %}
-
{# {% trans " #}We would be grateful if you could answer our questions below. This will allow us to better adapt to your expectations in the future.{# " %} #}
+ {% if form.survey_fields %}
+
{% trans "We would be grateful if you could answer our questions below. This will allow us to better adapt to your expectations in the future." %}
{% for field in form.survey_fields %}
{% include "snippets/field_as_table_row.html" %}
{% endfor %}
+ {% endif %}
{% for field in form.agreement_fields %}
{% include "snippets/field_as_table_row.html" %}
{% endfor %}
+