diff options
| author | Frédéric Sureau <frederic.sureau@gmail.com> | 2012-04-05 15:40:09 +0200 |
|---|---|---|
| committer | Frédéric Sureau <frederic.sureau@gmail.com> | 2012-04-05 15:40:09 +0200 |
| commit | be32a2550ec3b40d393620c301bbaa5bb59d1bc2 (patch) | |
| tree | 7b23aed90fe5a568dc68a38ad790aed191d56b86 /budget/forms.py | |
| parent | 870101c237cf75f6984df62a9fa6417c73542d1a (diff) | |
| download | ihatemoney-mirror-be32a2550ec3b40d393620c301bbaa5bb59d1bc2.zip ihatemoney-mirror-be32a2550ec3b40d393620c301bbaa5bb59d1bc2.tar.gz ihatemoney-mirror-be32a2550ec3b40d393620c301bbaa5bb59d1bc2.tar.bz2 | |
Update to Boostrap v2.
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
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): |
