commentfield for marital status is always visible

This commit is contained in:
Julie Lenaerts 2022-01-31 13:06:59 +01:00
parent 4fa1bb4341
commit 68d99050bc

View File

@ -85,9 +85,11 @@
</div> </div>
<div id="maritalStatusDate"> <div id="maritalStatusDate">
{{ form_row(form.maritalStatusDate, { 'label' : 'Date of last marital status change'} ) }} {{ form_row(form.maritalStatusDate, { 'label' : 'Date of last marital status change'} ) }}
{{ form_row(form.maritalStatusComment, { 'label' : 'Comment on the marital status'} ) }}
</div> </div>
{%- endif -%} {%- endif -%}
<div id="maritalStatusComment">
{{ form_row(form.maritalStatusComment, { 'label' : 'Comment on the marital status'} ) }}
</div>
</fieldset> </fieldset>
{%- endif -%} {%- endif -%}