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/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/templates/layout.html') diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 8c43b5e..1f04d32 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -2,7 +2,7 @@ - {{ _("Account manager") }} + {{ _("Account manager") }}{% block title %}{% endblock %} -- cgit v1.1