--- a/web/views/actions.py Fri Oct 09 16:46:44 2009 +0200
+++ b/web/views/actions.py Tue Oct 13 08:47:41 2009 +0200
@@ -366,7 +366,7 @@
# footer actions ###############################################################
class PoweredByAction(action.Action):
- id = 'poweredby'
+ __regid__ = 'poweredby'
__select__ = yes()
category = 'footer'
--- a/web/views/tabs.py Fri Oct 09 16:46:44 2009 +0200
+++ b/web/views/tabs.py Tue Oct 13 08:47:41 2009 +0200
@@ -195,7 +195,7 @@
class PrimaryTab(primary.PrimaryView):
- id = 'main_tab'
+ __regid__ = 'main_tab'
title = None
def is_primary(self):