Revision 6f4b4fe5 cloudcms/cms.py

b/cloudcms/cms.py
82 82
    {
83 83
    'key': 'singlecol',
84 84
    'title': 'Basic (Top 1 col, Bottom 2 cols)',
85
    'path': 'cms/pages/onecol.html',
85
    'path': 'cms/pages/basic1top2bottom.html',
86 86
    'regions': (
87 87
        ('top', 'Top region'),
88 88
        ('bottom_left', 'Bottom left region'),
89 89
        ('bottom_right', 'Bottom right region'),
90 90
        ),
91 91
    },
92
             {
93
    'key': 'basic2top2bottom',
94
    'title': 'Basic (Top 2 cols, Bottom 2 cols)',
95
    'path': 'cms/pages/basic2top2bottom.html',
96
    'regions': (
97
        ('top_left', 'Top left region'),
98
        ('top_right', 'Top right region'),
99
        ('bottom_left', 'Bottom left region'),
100
        ('bottom_right', 'Bottom right region'),
101
        ),
102
    },
92 103
    {
93 104
    'key': 'blog',
94 105
    'title': 'Blog template',
......
147 158
Page.create_content_type(LoginForm)
148 159
Page.create_content_type(AboutBlock)
149 160
Page.create_content_type(ResourcesList)
150
Page.create_content_type(BlockColor)
161
Page.create_content_type(BlockColor) 
151 162

  
152 163

  
153 164

  

Also available in: Unified diff