Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Nov 8, 2024
1 parent 9cbbdca commit dc70851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
class BuildForm(FlaskForm):
title = StringField("Build Title", validators=[DataRequired()])
description = TextAreaField('Description')
submit = SubmitField("Create Build")
submit = SubmitField("Submit")

0 comments on commit dc70851

Please sign in to comment.