diff options
| author | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-11-02 12:16:01 +0100 |
|---|---|---|
| committer | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-11-02 12:16:01 +0100 |
| commit | f3972db96a718413b66efba1e4a0d0339222d83d (patch) | |
| tree | 310d89f5deefe53310449fe0382b3244ffed8432 /budget/forms.py | |
| parent | 655774e4d497bdee38c266137db63947d63211ec (diff) | |
| download | ihatemoney-mirror-f3972db96a718413b66efba1e4a0d0339222d83d.zip ihatemoney-mirror-f3972db96a718413b66efba1e4a0d0339222d83d.tar.gz ihatemoney-mirror-f3972db96a718413b66efba1e4a0d0339222d83d.tar.bz2 | |
Add a way to delete a project. Fix #63
Diffstat (limited to 'budget/forms.py')
| -rw-r--r-- | budget/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/budget/forms.py b/budget/forms.py index 7342762..36bde64 100644 --- a/budget/forms.py +++ b/budget/forms.py @@ -51,7 +51,6 @@ class EditProjectForm(Form): name = TextField(_("Project name"), validators=[Required()]) password = TextField(_("Private code"), validators=[Required()]) contact_email = TextField(_("Email"), validators=[Required(), Email()]) - submit = SubmitField(_("Edit the project")) def save(self): """Create a new project with the information given by this form. |
