activity vue: list socialIssues checkbox from accompanyingCourse

This commit is contained in:
2021-06-26 12:40:23 +02:00
parent 0b117e5158
commit 3a81124e04
7 changed files with 130 additions and 13 deletions

View File

@@ -1,4 +1,8 @@
<h1>{{ "Update activity"|trans }}</h1>
<h1>{{ "Update activity"|trans ~ ' :' }}
<span style="font-size: 70%; text-transform: lowercase; margin-left: 1em;">
{{ entity.type.name|localize_translatable_string }}
</span>
</h1>
{{ form_start(edit_form) }}
{{ form_errors(edit_form) }}
@@ -19,6 +23,7 @@
{{ form_row(edit_form.scope) }}
{% endif %}
<!--
{%- if edit_form.socialIssues is defined -%}
{{ form_row(edit_form.socialIssues) }}
{% endif %}
@@ -26,7 +31,7 @@
{%- if edit_form.socialActions is defined -%}
{{ form_row(edit_form.socialActions) }}
{% endif %}
-->
<div id="social-issues-acc"></div>
{%- if edit_form.reasons is defined -%}