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 %}