Refactoring : removing useless return line

This commit is contained in:
Marc Ducobu 2014-11-10 12:34:08 +01:00
parent 410bb4c1d8
commit fedd7a3556

View File

@ -2,8 +2,7 @@
{% set activeRouteKey = 'chill_person_history_list' %}
{% block title %}{{ 'views.Person.hlist.title'|trans({ '%name%' : person.__toString}) }}{% endblock title %}
{% block title %}{{ 'views.Person.hlist.title'|trans({ '%name%' : person.__toString}) }}{% endblock title %}
{% block personcontent %}