diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 95606e5d..bec70184 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -112,7 +112,12 @@
{{ _("Select all") }} | {{_("Select none")}}
{% for key, value, checked in form.payed_for.iter_choices() | sort(attribute='1') %} - ++ +
{% endfor %}