Corrected missing assignment of variable
This commit is contained in:
		@@ -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')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user