add form for filtering - work in progress

This commit is contained in:
nobohan
2018-05-03 22:43:53 +02:00
parent a3cc95784c
commit c2a5ab2e69
4 changed files with 154 additions and 23 deletions

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
#}
{% extends layout %}
{% extends view.layout %}
{% set activeRouteKey = 'chill_task_single_task_new' %}
@@ -32,7 +32,7 @@
{# filter tasks #}
{% if person is not null %}
{% if view.person is not null %}
{% block personcontent %}
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
{% endblock %}