Browse Source

Remove non-existent block

Jordi Boggiano 6 years ago
parent
commit
ae91125a62
1 changed files with 0 additions and 2 deletions
  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>