From be32a2550ec3b40d393620c301bbaa5bb59d1bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Thu, 5 Apr 2012 15:40:09 +0200 Subject: Update to Boostrap v2. Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter. --- budget/forms.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'budget/forms.py') 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): -- cgit v1.1