From f3972db96a718413b66efba1e4a0d0339222d83d Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Wed, 2 Nov 2011 12:16:01 +0100 Subject: Add a way to delete a project. Fix #63 --- budget/forms.py | 1 - 1 file changed, 1 deletion(-) (limited to 'budget/forms.py') 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. -- cgit v1.1