Revision 630dc5b7 cloudcms/cms.py

b/cloudcms/cms.py
68 68
    'titles'
69 69
)
70 70

  
71

  
71 72
# Feincms Page templates declaration
72 73
TEMPLATES = [{
73 74
    'key': 'twocolwide',
......
102 103
    'title': 'FAQ\'s template',
103 104
    'path': 'cms/pages/faq.html',
104 105
    'regions': (
105
        ('main', 'Main region'),
106
        ('sidebar', 'Sidebar', 'inherited'),
106
        ('top', 'Top region'),
107
        ('bottom_left', 'Bottom left region'),
108
        ('bottom_right', 'Bottom right region'),
107 109
        ),
108 110
    },
109 111
    {
......
145 147
Page.create_content_type(LoginForm)
146 148
Page.create_content_type(AboutBlock)
147 149
Page.create_content_type(ResourcesList)
150
Page.create_content_type(BlockColor)
151

  
148 152

  
149 153

  
150 154
# Extra cms applications

Also available in: Unified diff