diff --git a/lemarche/templates/tenders/create_step_contact.html b/lemarche/templates/tenders/create_step_contact.html index 38d10f94c..3f6341835 100644 --- a/lemarche/templates/tenders/create_step_contact.html +++ b/lemarche/templates/tenders/create_step_contact.html @@ -36,7 +36,11 @@
{% dsfr_form_field form.response_kind %} - {% dsfr_form_field form.response_is_anonymous %} + {% if form.response_is_anonymous.is_hidden %} + {{ form.response_is_anonymous.as_hidden }} + {% else %} + {% dsfr_form_field form.response_is_anonymous %} + {% endif %}