소스 검색

Remove non-existent block

Jordi Boggiano 6 년 전
부모
커밋
ae91125a62
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      app/Resources/FOSUserBundle/views/layout.html.twig

+ 0 - 2
app/Resources/FOSUserBundle/views/layout.html.twig

@@ -2,8 +2,6 @@
 
 {% block content %}
 {% if app.user is null %}
-    {{ block('fos_user_header') }}
-
     <section class="row">
         {{ block('fos_user_content') }}
     </section>