diff --git a/app/Template/task_creation/show.php b/app/Template/task_creation/show.php
index e380ab102..579529a22 100644
--- a/app/Template/task_creation/show.php
+++ b/app/Template/task_creation/show.php
@@ -37,6 +37,9 @@
+
+ = $this->hook->render('template:task:form:bottom-before-buttons', array('values' => $values, 'errors' => $errors)) ?>
+
= $this->form->checkbox('another_task', t('Create another task'), 1, isset($values['another_task']) && $values['another_task'] == 1, '', array("tabindex" => "16")) ?>
= $this->form->checkbox('duplicate_multiple_projects', t('Duplicate to multiple projects'), 1, false, '', array("tabindex" => "17")) ?>
diff --git a/app/Template/task_modification/show.php b/app/Template/task_modification/show.php
index c7c41ddd8..7adc4ca1d 100644
--- a/app/Template/task_modification/show.php
+++ b/app/Template/task_modification/show.php
@@ -35,6 +35,9 @@
+
+ = $this->hook->render('template:task:form:bottom-before-buttons', array('values' => $values, 'errors' => $errors)) ?>
+
= $this->modal->submitButtons() ?>