From 07c04498a02a12318bc15ce270b326397e7860d4 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Sat, 23 Dec 2017 01:20:27 +0100 Subject: [PATCH] Remove un-needed sidebar block {% 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 85109112..241d728d 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -74,7 +74,6 @@
{% block body %} - {% block sidebar %}{% endblock %}
{% block content %}{% endblock %}