fixed bug #3383
This commit is contained in:
parent
eac90d32cf
commit
b6966328fb
|
@ -684,6 +684,7 @@ class NewActionForm(ActionFormMix):
|
|||
|
||||
|
||||
class AllocateForm(ActionFormMix):
|
||||
date = HiddenField('')
|
||||
start_time = DateField('Start time')
|
||||
end_time = DateField('End time', [validators.Optional()])
|
||||
final_user_code = StringField(
|
||||
|
|
Reference in New Issue