From 38c906c24a76c70c0db6923115ab6f4eed36bbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 28 Nov 2011 18:05:20 +0100 Subject: [PATCH] set commission m3u view to right component --- tabellio/pcfviews/comevent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabellio/pcfviews/comevent.py b/tabellio/pcfviews/comevent.py index 0e400dd..78b9ce2 100644 --- a/tabellio/pcfviews/comevent.py +++ b/tabellio/pcfviews/comevent.py @@ -19,7 +19,7 @@ class View(grok.View, CommissionView): grok.require('zope2.View') class M3U(grok.View, CommissionView): - grok.context(tabellio.agenda.parlevent.IParlEvent) + grok.context(tabellio.agenda.parlevent.IComEvent) grok.require('zope2.View') grok.name('ecouter.m3u')