Revision d35930c2 cloudcms/cms.py

b/cloudcms/cms.py
116 116
        ('sidebar', 'Sidebar', 'inherited'),
117 117
        ),
118 118
    },
119
    {
120
    'key': 'raw',
121
    'title': 'Empty content template',
122
    'path': 'cms/pages/empty.html',
123
    'regions': (
124
        ('main', 'Main region'),
125
        ),
126
    },
119 127
]
120 128

  
121 129
# register templates
......
129 137
Page.create_content_type(VideoContent)
130 138
Page.create_content_type(VideoSection)
131 139
Page.create_content_type(LatestEntries)
140
Page.create_content_type(IntroButton)
132 141
Page.create_content_type(ImageContent, POSITION_CHOICES=(
133 142
    ('default', 'Default position'),
134 143
))

Also available in: Unified diff