From 0189313c1fd62e489d879e56150c942b5d071e1a Mon Sep 17 00:00:00 2001 From: JocelynDelalande Date: Sat, 23 Dec 2017 01:38:12 +0100 Subject: 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. --- ihatemoney/templates/layout.html | 1 - 1 file changed, 1 deletion(-) diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 8510911..241d728 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -74,7 +74,6 @@
{% block body %} - {% block sidebar %}{% endblock %}
{% block content %}{% endblock %}
-- cgit v1.1