summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/task_edit.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/task_edit.php b/templates/task_edit.php
index 07555432..856f7d5d 100644
--- a/templates/task_edit.php
+++ b/templates/task_edit.php
@@ -30,8 +30,6 @@
<?= Helper\form_textarea('description', $values, $errors) ?><br/>
<div class="form-help"><a href="http://kanboard.net/documentation/syntax-guide" target="_blank" rel="noreferrer"><?= t('Write your text in Markdown') ?></a></div>
- <?= Helper\form_checkbox('another_task', t('Create another task'), 1) ?>
-
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>
<?= t('or') ?> <a href="?controller=board&amp;action=show&amp;project_id=<?= $values['project_id'] ?>"><?= t('cancel') ?></a>