access granted condition lifted temporarily to show the 'add new task' button on index page for Person

This commit is contained in:
2021-10-01 10:51:02 +02:00
parent 1403ee2ba5
commit 262fefa92f
2 changed files with 14 additions and 13 deletions

View File

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