From 87d2dea9c8d97bc9373dd16e921606635ef6795b Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Mon, 30 Jan 2017 23:23:03 +0100 Subject: [PATCH] Factor navbar between list_bills and settle_bill --- budget/templates/layout.html | 4 ++-- budget/templates/settle_bills.html | 5 ----- budget/web.py | 9 +++++++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 543bcb3..ccf958f 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -42,8 +42,8 @@ {% if g.project %} {% endif %} diff --git a/budget/templates/settle_bills.html b/budget/templates/settle_bills.html index 16c60b3..8a9f733 100644 --- a/budget/templates/settle_bills.html +++ b/budget/templates/settle_bills.html @@ -1,10 +1,5 @@ {% extends "layout.html" %} -{% block navbar %} -
  • {{ _("Bills") }}
  • -
  • {{ _("Settle") }}
  • -{% endblock %} - {% block sidebar %}