Remove un-needed sidebar block (#291)

{% block sidebar %} is used by sidebar_table_layout.html and its children, not by
layout.html nor its direct children.

This is dead code removal.
This commit is contained in:
JocelynDelalande 2017-12-23 01:38:12 +01:00 committed by Alexis Metaireau
parent b65ee59b1b
commit 0189313c1f

View file

@ -74,7 +74,6 @@
<div class="container-fluid"> <div class="container-fluid">
{% block body %} {% block body %}
{% block sidebar %}{% endblock %}
<main class="content offset-1 col-10"> <main class="content offset-1 col-10">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</main> </main>