devtools/__init__.py
changeset 5323 329b4f6d18b4
parent 5274 16461f675734
child 5423 e15abfdcce38
--- a/devtools/__init__.py	Mon Apr 19 12:42:54 2010 +0200
+++ b/devtools/__init__.py	Mon Apr 19 12:43:23 2010 +0200
@@ -87,13 +87,13 @@
          {'type' : 'string',
           'default': None,
           'help': 'login of the CubicWeb user account to use for anonymous user (if you want to allow anonymous)',
-          'group': 'main', 'inputlevel': 1,
+          'group': 'main', 'level': 1,
           }),
         ('anonymous-password',
          {'type' : 'string',
           'default': None,
           'help': 'password of the CubicWeb user account matching login',
-          'group': 'main', 'inputlevel': 1,
+          'group': 'main', 'level': 1,
           }),
         ))