[fix] [typo] fixes #3193

This commit is contained in:
Rushabh Mehta 2015-05-04 11:04:29 +05:30
parent 874ead2ed9
commit e991c9e075

View File

@ -21,7 +21,7 @@ class Project(Document):
"status": task.status,
"start_date": task.exp_start_date,
"end_date": task.exp_end_date,
"desciption": task.description,
"description": task.description,
"task_id": task.name
})
@ -51,7 +51,7 @@ class Project(Document):
"status": t.status,
"exp_start_date": t.start_date,
"exp_end_date": t.end_date,
"desciption": t.description,
"description": t.description,
})
task.flags.ignore_links = True