diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 8c43b5e8..1f04d327 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -2,7 +2,7 @@ - {{ _("Account manager") }} + {{ _("Account manager") }}{% block title %}{% endblock %} diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 0a221db8..440a9730 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -1,5 +1,6 @@ {% extends "layout.html" %} +{% block title %}- {{ g.project.name }}{% endblock %} {% block js %} // display the form when clicking on the "add bill" button var show_form = function(){