web/views/wdoc.py
changeset 3377 dd9d292b6a6d
parent 1977 606923dff11b
child 3451 6b46d73823f5
--- a/web/views/wdoc.py	Wed Sep 23 08:42:52 2009 +0200
+++ b/web/views/wdoc.py	Wed Sep 23 09:29:39 2009 +0200
@@ -87,7 +87,7 @@
 
 class InlineHelpView(StartupView):
     __select__ = match_form_params('fid')
-    id = 'wdoc'
+    __regid__ = 'wdoc'
     title = _('site documentation')
 
     def call(self):
@@ -163,7 +163,7 @@
 
 
 class InlineHelpImageView(StartupView):
-    id = 'wdocimages'
+    __regid__ = 'wdocimages'
     __select__ = match_form_params('fid')
     binary = True
     templatable = False
@@ -183,7 +183,7 @@
 
 
 class ChangeLogView(StartupView):
-    id = 'changelog'
+    __regid__ = 'changelog'
     title = _('What\'s new?')
     maxentries = 25