mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 11:19:57 +00:00
Edit en Delete functie toegevoegd
This commit is contained in:
@@ -4,5 +4,6 @@ from wtforms import StringField, SubmitField
|
||||
|
||||
|
||||
class npForm(FlaskForm):
|
||||
numberplate = StringField("add a numberplate", validators=[DataRequired()])
|
||||
submit = SubmitField("Submit")
|
||||
numberplate = StringField('Insert plate here:', validators=[DataRequired()])
|
||||
submit = SubmitField('Submit')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user