web/views/primary.py
changeset 6931 0af44a38fe41
parent 6847 c1d33aff7715
parent 6926 2cda8f1b4fae
child 7780 a1d5365fefc1
--- a/web/views/primary.py	Mon Jan 24 19:09:42 2011 +0100
+++ b/web/views/primary.py	Tue Feb 01 11:52:10 2011 +0100
@@ -98,6 +98,7 @@
         self.w(u'<div class="%s">' % context)
         for comp in self._cw.vreg['ctxcomponents'].poss_visible_objects(
             self._cw, rset=self.cw_rset, view=self, context=context):
+            # XXX bw compat code
             try:
                 comp.render(w=self.w, row=self.cw_row, view=self)
             except TypeError: