Error fixed in ticket

This commit is contained in:
Nabin Hait 2011-12-26 11:37:52 +05:30
parent cf0163d09e
commit 16aacdfeeb

View File

@ -91,6 +91,15 @@ class DocType:
#Sent Notification
def sent_notification(self):
i = {
'name' : self.doc.name,
'senders_name': self.doc.allocated_to,
'opening_date': self.doc.exp_start_date,
'project': self.doc.project,
'review_date': self.doc.review_date,
'description': self.doc.description
}
msg2="""<h2>%(name)s</h2>
<p>This is a Notification for the task %(name)s that has been assigned to you
by %(senders_name)s on %(opening_date)s</p>