aboutsummaryrefslogtreecommitdiff
path: root/budget/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'budget/forms.py')
-rw-r--r--budget/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/budget/forms.py b/budget/forms.py
index 713bcfb..8db90be 100644
--- a/budget/forms.py
+++ b/budget/forms.py
@@ -56,7 +56,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.