web/views/tabview.py
changeset 220 196df28218dc
parent 214 aaf2957bf69e
--- a/web/views/tabview.py	Wed Dec 17 14:23:09 2008 +0100
+++ b/web/views/tabview.py	Wed Dec 17 16:14:54 2008 +0100
@@ -2,6 +2,11 @@
 
 from cubicweb.common.view import EntityView
 
+# XXX
+# This is premature & tied to JPL
+# It should go away & be replaced by something like
+# a TabbedPrimaryView (that would really a primary view)
+
 class TabView(EntityView):
     id = 'tabview'
     accepts = ('Project',)