Corrected missing assignment of variable
This commit is contained in:
parent
cffafa82d9
commit
a1d19b4474
@ -373,6 +373,7 @@ def _tests():
|
||||
from .models.forms import CreateTest
|
||||
form = CreateTest()
|
||||
form.dataset.choices = available_datasets()
|
||||
form.time_limit.choices = get_time_options()
|
||||
if form.validate_on_submit():
|
||||
start_date = request.form.get('start_date')
|
||||
start_date = datetime.strptime(start_date, '%Y-%m-%d')
|
||||
|
Loading…
Reference in New Issue
Block a user