From 8acd4984ddb403a91548180988041a163e041b3e Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 15 Oct 2011 02:40:19 +0200 Subject: add the project's title in the list of bills --- budget/templates/list_bills.html | 1 + 1 file changed, 1 insertion(+) (limited to 'budget/templates/list_bills.html') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 0a221db..440a973 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(){ -- cgit v1.1