# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1233322696 -3600 # Node ID eee3983e29e9f7b1401f4a745fb14d0e6f88348c # Parent f01cfce2e8d20b3ce1d9d8889975c962ef392765 hcal is a microformat and can be inserted in html diff -r f01cfce2e8d2 -r eee3983e29e9 web/views/calendar.py --- a/web/views/calendar.py Fri Jan 30 12:30:04 2009 +0100 +++ b/web/views/calendar.py Fri Jan 30 14:38:16 2009 +0100 @@ -118,7 +118,7 @@ accepts_interfaces = (ICalendarable,) need_navigation = False title = _('hCalendar') - templatable = False + #templatable = False id = 'hcal' def call(self):