1.0.1 release #15

Merged
williamp merged 35 commits from testing into master 2023-03-21 18:10:14 +00:00
30 changed files with 292 additions and 30 deletions
Showing only changes of commit cab022e2cb - Show all commits

View File

@@ -11,8 +11,7 @@ def get_tasks():
class TaskForm(FlaskForm):
title = StringField('Title', validators=[InputRequired(),
Length(min=5, max=100)])
description = TextAreaField('Description', validators=[InputRequired(),
Length(max=200)])
description = TextAreaField('Description', validators=[Length(max=200)])
class EventForm(FlaskForm):
# eventDate = DateField('Date', validators=[InputRequired()], format='m-%d-%Y')
# period_num = IntegerField(validators=[InputRequired()])