hcal is a microformat and can be inserted in html
authorsylvain.thenault@logilab.fr
Fri, 30 Jan 2009 14:38:16 +0100
changeset 524 eee3983e29e9
parent 523 f01cfce2e8d2
child 525 bd4e03297cf0
hcal is a microformat and can be inserted in html
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):