From 5e37e337167dbb7341f7299d17dd9baa92108cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20de=20la=20Torre?= Date: Tue, 15 Oct 2019 22:09:13 +0200 Subject: Added support to split messages #133 --- ihatemoney/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihatemoney/forms.py') diff --git a/ihatemoney/forms.py b/ihatemoney/forms.py index c9b0547..7eaf633 100644 --- a/ihatemoney/forms.py +++ b/ihatemoney/forms.py @@ -239,7 +239,7 @@ class MemberForm(FlaskForm): class InviteForm(FlaskForm): - emails = TextAreaField(_("People to notify")) + emails = StringField(_("People to notify"), render_kw={"class": "tag"}) submit = SubmitField(_("Send invites")) def validate_emails(form, field): -- cgit v1.1