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 %}