er, add list_dict for meeting model

This commit is contained in:
Sanj 2011-09-10 07:58:23 +05:30
parent 839569baf7
commit b91da77acf

View File

@ -46,6 +46,9 @@ class Meeting(ItfModel):
def __unicode__(self):
return self.title
def list_dict(self):
return self.preview_dict()
def info_dict(self):
meeting_data = {}
meeting_data['meeting'] = self