ソースを参照

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>