Remove unused code

pull/3262/head
Julio Montoya 6 years ago
parent 8798e7c32b
commit 46e8e70d45
  1. 9
      var/templates/themes/default/ChamiloThemeBundle/Layout/layout_one_col.html.twig.dist
  2. 7
      var/templates/themes/default/ChamiloThemeBundle/Layout/layout_two_col.html.twig.dist

@ -1,9 +0,0 @@
{% extends '@ChamiloTheme/Layout/base-layout.html.twig' %}
{# Edit the default chamilo template #}
{% block page_content %}
{{ parent() }}
{% endblock %}

@ -1,7 +0,0 @@
{% extends '@ChamiloTheme/Layout/base-layout.html.twig' %}
{# Edit the default chamilo template #}
{% block page_content %}
{{ parent() }}
{% endblock %}
Loading…
Cancel
Save