From 8acd4984ddb403a91548180988041a163e041b3e Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 15 Oct 2011 02:40:19 +0200 Subject: [PATCH] add the project's title in the list of bills --- budget/templates/layout.html | 2 +- budget/templates/list_bills.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(){