From a3cbede680f9623c7ab4071df9abf143dec64065 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Wed, 1 Feb 2017 20:22:25 +0100 Subject: Refactor layout based on bootstrap 4 grid --- budget/templates/list_bills.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'budget/templates/list_bills.html') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index aacc128..69a1692 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -1,16 +1,10 @@ -{% extends "layout.html" %} +{% extends "sidebar_table_layout.html" %} {% block title %} - {{ g.project.name }}{% endblock %} {% block head %} {% endblock %} {% block js %} - - $(window).resize(function() { - $("#sidebar").height( window.innerHeight-50 ); - $("#table_overflow").height( $("#sidebar").height()-120 ); - }); - {% if add_bill %} $('#new-bill').click(); {% endif %} // Hide all members actions @@ -56,8 +50,6 @@ {% endblock %} {% block sidebar %} - - - {% endblock %} {% block content %} -- cgit v1.1