aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/forms.py
diff options
context:
space:
mode:
authorJosé Antonio de la Torre <jose.torre.heras@gmail.com>2019-10-15 22:09:13 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2019-10-17 20:17:38 +0200
commit5e37e337167dbb7341f7299d17dd9baa92108cad (patch)
tree7e92144a29743adf71b5c7f62748ac8a9da30a8f /ihatemoney/forms.py
parent37f2e38af39a0b9e5e83d9249bc579f43163e026 (diff)
downloadihatemoney-mirror-5e37e337167dbb7341f7299d17dd9baa92108cad.zip
ihatemoney-mirror-5e37e337167dbb7341f7299d17dd9baa92108cad.tar.gz
ihatemoney-mirror-5e37e337167dbb7341f7299d17dd9baa92108cad.tar.bz2
Added support to split messages #133
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):