From 9d4db45f7b9d47a76a493dae0c6ae06e2f305fac Mon Sep 17 00:00:00 2001 From: DavidRThrashJr <60800614+DavidRThrashJr@users.noreply.github.com> Date: Sat, 8 Feb 2020 18:53:32 -0500 Subject: [PATCH] Update forms.html Made the html formatting more readable --- ihatemoney/templates/forms.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 %}