From 0d44b97c4a6719e2c7b8f2cddd149db6c1a7bc8d Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Tue, 1 Nov 2011 14:41:51 +0100 Subject: [PATCH] Make the new bill link more visible. Fix #50. --- budget/templates/list_bills.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index a6c68b88..b1d1c68a 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -87,11 +87,12 @@ {% block content %}
{{ _("The project identifier is") }} {{ g.project.id }}, {{ _("remember it!") }}
-{{ _("Add a new bill") }} + {{ _("Add a new bill") }} + + {% if bills.count() > 0 %}