controller action to create parcours from within household + link added in template

This commit is contained in:
2022-03-19 12:08:20 +01:00
parent ff5aeaae17
commit caaa25ef8e
2 changed files with 38 additions and 4 deletions

View File

@@ -46,13 +46,12 @@
{{ 'Household summary'|trans }}
</a>
</li>
{#
<li>
<a href="{{ path ('chill_person_household_accompanying_course_new', {'household_id' : [ household.id ] } ) }}" class="btn btn-create">
{{ 'Create an accompanying period'|trans }}
<a class="btn btn-create"
href="{{ path ('chill_household_accompanying_course_new', {'household_id' : household.id } ) }}" role="button">
{{ 'Create an accompanying period'|trans }}
</a>
</li>
#}
</ul>
</div>