web/uicfg.py
changeset 8653 ad5a3ff57255
parent 8238 087bb529035c
child 8665 e65af61bde7d
--- a/web/uicfg.py	Wed Jan 09 21:48:59 2013 +0100
+++ b/web/uicfg.py	Thu Jan 17 14:29:12 2013 +0100
@@ -166,14 +166,6 @@
 class AutoformSectionRelationTags(RelationTagsSet):
     """autoform relations'section"""
 
-    bw_tag_map = {
-        'primary':   {'main': 'attributes', 'muledit': 'attributes'},
-        'secondary': {'main': 'attributes', 'muledit': 'hidden'},
-        'metadata':  {'main': 'metadata'},
-        'generic':   {'main': 'relations'},
-        'generated': {'main': 'hidden'},
-        }
-
     _allowed_form_types = ('main', 'inlined', 'muledit')
     _allowed_values = {'main': ('attributes', 'inlined', 'relations',
                                 'metadata', 'hidden'),