From 59ce45713128f7e1c40da760242db159d44295cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 7 Nov 2015 08:59:57 +0100 Subject: [PATCH] add a title --- Resources/views/CustomFieldsGroup/index.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/views/CustomFieldsGroup/index.html.twig b/Resources/views/CustomFieldsGroup/index.html.twig index 697f9e874..3b8eefe81 100644 --- a/Resources/views/CustomFieldsGroup/index.html.twig +++ b/Resources/views/CustomFieldsGroup/index.html.twig @@ -16,6 +16,8 @@ #} {% extends "ChillCustomFieldsBundle::Admin/layout.html.twig" %} +{% block title %}{{ 'CustomFieldsGroup list'|trans }}{% endblock %} + {% block admin_content %}

{{ 'CustomFieldsGroup list'|trans }}