web/uicfg.py
branchstable
changeset 4698 9bd98fc7ef3d
parent 4607 55eab66c6592
child 4719 aaed3f813ef8
--- a/web/uicfg.py	Thu Feb 25 11:39:49 2010 +0100
+++ b/web/uicfg.py	Thu Feb 25 11:40:47 2010 +0100
@@ -251,7 +251,7 @@
     _allowed_form_types = ('main', 'inlined', 'muledit')
     _allowed_values = {'main': ('attributes', 'inlined', 'relations',
                                 'metadata', 'hidden'),
-                       'inlined': ('attributes', 'hidden'),
+                       'inlined': ('attributes', 'inlined', 'hidden'),
                        'muledit': ('attributes', 'hidden'),
                        }