Activity: small fixes on displaying social Issues and social Actions hidden fields

This commit is contained in:
nobohan 2022-03-08 15:41:03 +01:00
parent 23e61ac6a7
commit fcc5d3d349
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
{{ form_row(edit_form.socialActions) }}
{% endif %}
{%- if edit_form.socialIssues is defined or edit_form.socialIssues is defined -%}
{%- if edit_form.socialIssues is defined or edit_form.socialActions is defined -%}
<div id="social-issues-acc"></div>
{% endif %}

View File

@ -35,7 +35,7 @@
{{ form_row(form.socialActions) }}
{% endif %}
{%- if form.socialIssues is defined or form.socialIssues is defined -%}
{%- if form.socialIssues is defined or form.socialActions is defined -%}
<div id="social-issues-acc"></div>
{% endif %}