From e4ee4dac60e552db3fe0e158b088ac446b444ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 20 Nov 2013 01:17:49 +0100 Subject: [PATCH] Fixed a typo into the subject of the email send when a task is created: changed 'Deleted' to 'Created' xDDDDD --- .../templates/emails/create_task_notification-subject.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greenmine/projects/tasks/templates/emails/create_task_notification-subject.jinja b/greenmine/projects/tasks/templates/emails/create_task_notification-subject.jinja index c57a5def..d536a749 100644 --- a/greenmine/projects/tasks/templates/emails/create_task_notification-subject.jinja +++ b/greenmine/projects/tasks/templates/emails/create_task_notification-subject.jinja @@ -1 +1 @@ -[{{ object.project.name }}] Deleted the task #{{ object.ref }} "{{ object.subject }}" +[{{ object.project.name }}] Created the task #{{ object.ref }} "{{ object.subject }}"