aboutsummaryrefslogtreecommitdiff
path: root/budget/templates
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates')
-rw-r--r--budget/templates/forms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html
index d462a82..62ad4b8 100644
--- a/budget/templates/forms.html
+++ b/budget/templates/forms.html
@@ -44,7 +44,7 @@
{{ input(form.what) }}
{{ input(form.payer) }}
{{ input(form.amount) }}
- {{ input(form.payed_for, multiple=True) }}
+ {{ input(form.payed_for) }}
{{ input(form.submit) }}
{% endmacro %}