aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/forms.py')
-rw-r--r--ihatemoney/forms.py2
1 files changed, 1 insertions, 1 deletions
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):