mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 10:42:24 +02:00
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:
parent
b65ee59b1b
commit
0189313c1f
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue