diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 0445d99d..52116d5e 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -66,6 +66,29 @@ {% endblock %} {% block content %} +
{{ _("When?") }} @@ -111,7 +135,7 @@ | {{ _("How much?") }} | {{ _("Actions") }} |
---|---|---|
@@ -170,3 +194,6 @@ {% endif %} {% endblock %} + + + |