er, add list_dict for meeting model
This commit is contained in:
parent
839569baf7
commit
b91da77acf
|
@ -46,6 +46,9 @@ class Meeting(ItfModel):
|
||||||
def __unicode__(self):
|
def __unicode__(self):
|
||||||
return self.title
|
return self.title
|
||||||
|
|
||||||
|
def list_dict(self):
|
||||||
|
return self.preview_dict()
|
||||||
|
|
||||||
def info_dict(self):
|
def info_dict(self):
|
||||||
meeting_data = {}
|
meeting_data = {}
|
||||||
meeting_data['meeting'] = self
|
meeting_data['meeting'] = self
|
||||||
|
|
Loading…
Reference in New Issue
Block a user