web/views/timetable.py
changeset 3460 e4843535db25
parent 3451 6b46d73823f5
child 3890 d7a270f50f54
--- a/web/views/timetable.py	Thu Sep 24 00:23:32 2009 +0200
+++ b/web/views/timetable.py	Thu Sep 24 00:24:21 2009 +0200
@@ -171,7 +171,7 @@
             odd = not odd
 
             if not empty_line:
-                self.w(u'<th class="ttdate">%s</th>' % self.format_date(date) )
+                self.w(u'<th class="ttdate">%s</th>' % self._cw.format_date(date) )
             else:
                 self.w(u'<th>...</th>'  )
                 previous_is_empty = True