mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-21 03:17:46 +00:00
access granted condition lifted temporarily to show the 'add new task' button on index page for Person
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user