diff options
| author | Leo Mouyna <mouynaleo@gmail.com> | 2019-10-01 21:38:50 +0200 |
|---|---|---|
| committer | Léo Mouyna <leo.mouyna@macq.eu> | 2019-10-03 18:17:25 +0200 |
| commit | e453c917ed630614cbc6ed1400833b344548a504 (patch) | |
| tree | f6e5458ef4d556e8d452aa2e1a55eac9cc600ce4 /ihatemoney/forms.py | |
| parent | b70476cf8f9dab4b36d2837aacf0df4f0fece217 (diff) | |
| download | ihatemoney-mirror-e453c917ed630614cbc6ed1400833b344548a504.zip ihatemoney-mirror-e453c917ed630614cbc6ed1400833b344548a504.tar.gz ihatemoney-mirror-e453c917ed630614cbc6ed1400833b344548a504.tar.bz2 | |
Add new translations
Diffstat (limited to 'ihatemoney/forms.py')
| -rw-r--r-- | ihatemoney/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/forms.py b/ihatemoney/forms.py index a4c80c1..1e0ba00 100644 --- a/ihatemoney/forms.py +++ b/ihatemoney/forms.py @@ -147,7 +147,7 @@ class BillForm(FlaskForm): payer = SelectField(_("Payer"), validators=[DataRequired()], coerce=int) amount = CalculatorStringField(_("Amount paid"), validators=[DataRequired()]) external_link = URLField(_("External link"), validators=[Optional( - )], description="A link to an external document, related to this bill") + )], description=_("A link to an external document, related to this bill")) payed_for = SelectMultipleField(_("For whom?"), validators=[DataRequired()], coerce=int) submit = SubmitField(_("Submit")) |
