activity list: an option disable edit and delete button (for resume page)

This commit is contained in:
2021-08-22 15:17:17 +02:00
parent 73a1d42ee7
commit d1344d6d54
3 changed files with 22 additions and 21 deletions

View File

@@ -169,7 +169,7 @@
<h2>{{ 'Activity list' |trans }}</h2>
{% include 'ChillActivityBundle:Activity:list.html.twig' with { 'context': 'accompanyingCourse' } %}
{% include 'ChillActivityBundle:Activity:list.html.twig' with { 'context': 'accompanyingCourse', 'no_action': true } %}
</div>
{% endblock %}