Browse Source

Fix double content in pages

jmontoyaa 8 years ago
parent
commit
9f20ab2b8b

+ 3 - 3
src/Chamilo/ThemeBundle/Resources/views/Layout/base-layout.html.twig

@@ -47,7 +47,7 @@
 
     {# Chamilo theme #}
     {% set theme = 'rainbow' %}
-    
+
 
     {% set bug_notification_link = '' %}
     {% set help_content = '' %}
@@ -213,8 +213,8 @@
 
 {% endblock %}
 
-{% block page_content %}
-{% endblock %}
+{#{% block page_content %}#}
+{#{% endblock %}#}
 
 
 {% block sonata_page_container %}