From b91da77acf657fc1f506088fc182f2f0914f47a6 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 10 Sep 2011 07:58:23 +0530 Subject: [PATCH] er, add list_dict for meeting model --- itf/festival/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/itf/festival/models.py b/itf/festival/models.py index 86d5120..f72504c 100644 --- a/itf/festival/models.py +++ b/itf/festival/models.py @@ -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