added delete button to form

This commit is contained in:
2020-11-14 12:07:36 +11:00
parent b885bf30e4
commit 3f7fa18253

View File

@@ -5,4 +5,4 @@ class AuthorForm(Form):
firstnames = StringField('FirstName(s):', [validators.DataRequired()])
surname = StringField('Surname:', [validators.DataRequired()])
submit = SubmitField('Save' )
delete = SubmitField('Delete' )