diff --git a/app/Template/subtask/create.php b/app/Template/subtask/create.php index 3c080f7c2..cc4ccba62 100644 --- a/app/Template/subtask/create.php +++ b/app/Template/subtask/create.php @@ -9,7 +9,8 @@ subtask->selectTitle($values, $errors, array('autofocus')) ?> subtask->selectAssignee($users_list, $values, $errors) ?> subtask->selectTimeEstimated($values, $errors) ?> - + hook->render('template:subtask:form:create', array('values' => $values, 'errors' => $errors)) ?> + form->checkbox('another_subtask', t('Create another sub-task'), 1, isset($values['another_subtask']) && $values['another_subtask'] == 1) ?>