Skip to content

Commit

Permalink
Merge pull request #593 from Neodork/hotfix/exception-template-pr
Browse files Browse the repository at this point in the history
Fix exception list template overwriting wrong block
  • Loading branch information
core23 committed Feb 22, 2016
2 parents acc7154 + f9d95d1 commit 56cf879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Exceptions/list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ file that was distributed with this source code.

{% block title %}{{ 'title_list_exceptions'|trans({}, 'SonataPageBundle')}}{% endblock %}

{% block content %}
{% block body %}
<div>
<h2>{{ 'title_list_exceptions'|trans([], 'SonataPageBundle') }}</h2>

Expand Down

0 comments on commit 56cf879

Please sign in to comment.