Integrate automatic discovery of client versions
[snf-cloudcms] / cloudcms / cms.py
index 2f8c918..3d72a00 100644 (file)
@@ -139,6 +139,7 @@ Page.create_content_type(VideoContent)
 Page.create_content_type(VideoSection)
 Page.create_content_type(LatestEntries)
 Page.create_content_type(IntroButton)
+Page.create_content_type(ClientDownload)
 Page.create_content_type(ImageContent, POSITION_CHOICES=(
     ('default', 'Default position'),
 ))