diff --git a/app/Templates/notification_task_due.php b/app/Templates/notification_task_due.php
index ae02f64e9..a32a9efc7 100644
--- a/app/Templates/notification_task_due.php
+++ b/app/Templates/notification_task_due.php
@@ -4,7 +4,12 @@
(#= $task['id'] ?>)
- = Helper\escape($task['title']) ?>
+
+ = Helper\escape($task['title']) ?>
+
+ = Helper\escape($task['title']) ?>
+
+ (= dt('%B %e, %Y', $task['date_due']) ?>)
(= t('Assigned to %s', $task['assignee_name'] ?: $task['assignee_username']) ?>)
@@ -12,4 +17,4 @@
-= Helper\template('notification_footer', array('task' => $task, 'application_url' => $application_url)) ?>
\ No newline at end of file
+= Helper\template('notification_footer', array('task' => $task)) ?>