diff options
Diffstat (limited to 'budget/forms.py')
| -rw-r--r-- | budget/forms.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/budget/forms.py b/budget/forms.py index ac2c1e2..4a810de 100644 --- a/budget/forms.py +++ b/budget/forms.py @@ -153,8 +153,7 @@ class BillForm(Form): class MemberForm(Form): - name = TextField(_("Name"), validators=[Required()], - default=_("Type user name here")) + name = TextField(_("Name"), validators=[Required()]) submit = SubmitField(_("Add")) def __init__(self, project, *args, **kwargs): |
