From 54de7abf23f61df916fe65f590d0d45ec8e2d174 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Fri, 18 Mar 2011 19:44:40 +0000 Subject: add a delete feature --- budget/templates/list_bills.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'budget/templates') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index fba328e..09caa48 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -2,7 +2,7 @@ {% block content %} {% if bills.count() > 0 %} - + {% for bill in bills %} @@ -11,6 +11,7 @@ + {% endfor %} -- cgit v1.1
When ?Who paid?for what ?OwersHow much ?
When ?Who paid?for what ?OwersHow much ?Actions
{{ bill.what }} {% for ower in bill.owers %}{{ ower.name }} {% endfor %} {{ bill.amount }} ({{ bill.pay_each() }} each)delete