fix some errors in twig templates

This commit is contained in:
2022-12-08 14:22:06 +01:00
parent 7e06d7beed
commit 7e6ef3dafe
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'ChillMainBundle::layout.html.twig' %}
{% extends '@ChillMain/layout.html.twig' %}
{% block title 'My tasks'|trans %}