From 98f9d96a27692632be9b3e90711ff0110d9eb054 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 10 Aug 2011 01:05:25 +0200 Subject: Fixes various typos. --- budget/templates/list_bills.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'budget/templates/list_bills.html') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index ad6cee9..76a7701 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -12,7 +12,7 @@ {% set balance = project.get_balance() %} {% for member in project.active_members %}
  • - {{ balance[member] }} + {{ balance[member] }} {{ member.name }} delete
  • {% endfor %} @@ -44,9 +44,6 @@ - Compute bills -

    Periodically (probably at the end of each month, you can compute the balance of each people, in order to reset all the debts. You can also let this "as-is" and try to find a good balance, that's up to you

    - {% else %}

    Nothing to list yet. You probably want to add a bill ?

    {% endif %} -- cgit v1.1