diff options
| author | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-11-01 12:57:12 +0100 |
|---|---|---|
| committer | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-11-01 12:57:12 +0100 |
| commit | 7f805b63cad10b83833151460b24265608d10c3b (patch) | |
| tree | 32791611c2229789f5a95641577e4b45aadc1e2d /budget/forms.py | |
| parent | 39158b4fc883ededfe6acdf6fb4c24ac2a6fbd0f (diff) | |
| download | ihatemoney-mirror-7f805b63cad10b83833151460b24265608d10c3b.zip ihatemoney-mirror-7f805b63cad10b83833151460b24265608d10c3b.tar.gz ihatemoney-mirror-7f805b63cad10b83833151460b24265608d10c3b.tar.bz2 | |
Improvement of the sidebar look. Related to #34. Fix #52.
Diffstat (limited to 'budget/forms.py')
| -rw-r--r-- | budget/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
