mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Reverted unnecessary string edit
This commit is contained in:
parent
63a97c7c5f
commit
8cef9492d0
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ class BillForm(FlaskForm):
|
|||
description=_("A link to an external document, related to this bill"),
|
||||
)
|
||||
payed_for = SelectMultipleField(
|
||||
_("For Who?"), validators=[DataRequired()], coerce=int
|
||||
_("For whom?"), validators=[DataRequired()], coerce=int
|
||||
)
|
||||
bill_type = SelectField(_("Bill Type"), validators=[DataRequired()], coerce=str)
|
||||
submit = SubmitField(_("Submit"))
|
||||
|
|
Loading…
Reference in a new issue