notation modifications

This commit is contained in:
2021-09-28 11:53:19 +02:00
parent 41fc41b1da
commit 8411c909ff
8 changed files with 27 additions and 18 deletions

View File

@@ -31,13 +31,15 @@
{% if person is not null %}
{% block personcontent %}
<div class="tasks">
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
{% include '@ChillTask/SingleTask/_list.html.twig' %}
</div>
{% endblock %}
{% else %}
{% block content %}
<div class="col-md-10 col-xxl tasks">
{% include 'ChillTaskBundle:SingleTask:_listCourse.html.twig' %}
{% include '@ChillTask/SingleTask/_listCourse.html.twig' %}
</div>
{% endblock %}
{% endif %}