From 5963d7df9d231018d8739f27093a25fedc1c514d Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Tue, 1 Nov 2011 14:35:20 +0100 Subject: Replace edit / delete links by icons. Fix #49. --- budget/templates/list_bills.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'budget/templates/list_bills.html') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index c33a7e2..a6c68b8 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -104,8 +104,14 @@ {{ bill.what }} {% for ower in bill.owers %}{{ ower.name }} {% endfor %} {{ "%0.2f"|format(bill.amount) }} ({{ "%0.2f"|format(bill.pay_each()) }} {{ _("each") }}) - {{ _("edit") }} - {{ _("delete") }} + + + + + + + + {% endfor %} -- cgit v1.1