Adding title for select_report_type.html.twig

This commit is contained in:
Marc Ducobu 2014-11-10 12:41:35 +01:00
parent 88e8b55317
commit a3c67dd9b0

View File

@ -2,6 +2,8 @@
{% set activeRouteKey = 'report_select_type' %}
{% block title %}{{ 'Ajout d\' un rapport' |trans() }}{% endblock title %}
{% block personcontent %}
{{ form_start(form) }}