diff --git a/ihatemoney/models.py b/ihatemoney/models.py index 68f5baef..de235e72 100644 --- a/ihatemoney/models.py +++ b/ihatemoney/models.py @@ -158,7 +158,6 @@ class Project(db.Model): """ monthly = defaultdict(lambda: defaultdict(float)) for bill in self.get_bills_unordered().all(): - monthly[bill.date.year][bill.date.month] += bill.converted_amount if (bill.is_reimbursement == False): # if (not bill.what.startswith("R-")): monthly[bill.date.year][bill.date.month] += bill.converted_amount diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 76591751..83116859 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -175,8 +175,8 @@
- {{ _("Everyone!!!!!!!") }} - {{_("No one!!!")}} + {{ _("Everyone") }} + {{_("No one")}}