From 86e054a74a93ce471d6885caf9e0ef8be19d90f3 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 31 Mar 2021 19:16:43 +0200 Subject: [PATCH] update dashboard title --- templates/core/dashboard/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/core/dashboard/index.html.twig b/templates/core/dashboard/index.html.twig index bba5d2a..9a8041e 100644 --- a/templates/core/dashboard/index.html.twig +++ b/templates/core/dashboard/index.html.twig @@ -1,6 +1,6 @@ {% extends '@Core/admin/layout.html.twig' %} -{% block title %}'Tableau de bord - {{ parent() }}{% endblock %} +{% block title %}Tableau de bord - {{ parent() }}{% endblock %} {% block body %}