From da15e439e64c8314825ad5f28073fbcbd436946f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 May 2019 13:29:31 +0100 Subject: Initial version of demo This commit introduces the demo functionality. The task assignment has been removed at the moment, as this will be changed in a future commit. --- app/admin/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/admin/forms.py') diff --git a/app/admin/forms.py b/app/admin/forms.py index 1ac9333..bd1dce6 100644 --- a/app/admin/forms.py +++ b/app/admin/forms.py @@ -22,7 +22,7 @@ class AdminAutoAssignForm(FlaskForm): num_per_dataset = IntegerField( "Tasks per Dataset", [NumberRange(min=1, max=20)], default=10 ) - assign = SubmitField("Assign") + submit = SubmitField("Submit") class AdminManageTaskForm(FlaskForm): -- cgit v1.2.3