controller and templates adapted to display list of accompanying period tasks + detailpage of task

This commit is contained in:
2021-09-16 15:55:09 +02:00
parent 4ad9714e8b
commit 537518b66f
8 changed files with 423 additions and 202 deletions

View File

@@ -37,7 +37,7 @@
{% else %}
{% block content %}
<div class="col-md-10 col-xxl tasks">
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
{% include 'ChillTaskBundle:SingleTask:_listCourse.html.twig' %}
</div>
{% endblock %}
{% endif %}