From 7f805b63cad10b83833151460b24265608d10c3b Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Tue, 1 Nov 2011 12:57:12 +0100 Subject: Improvement of the sidebar look. Related to #34. Fix #52. --- budget/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/forms.py') diff --git a/budget/forms.py b/budget/forms.py index 1fa8133..0af4994 100644 --- a/budget/forms.py +++ b/budget/forms.py @@ -135,7 +135,7 @@ class BillForm(Form): class MemberForm(Form): name = TextField(_("Name"), validators=[Required()]) - submit = SubmitField(_("Add a member")) + submit = SubmitField(_("Add")) def __init__(self, project, *args, **kwargs): super(MemberForm, self).__init__(*args, **kwargs) -- cgit v1.1