CMS improvements
authorOlga Brani <olgabrani@grnet.gr>
Tue, 18 Jun 2013 14:25:50 +0000 (17:25 +0300)
committerOlga Brani <olgabrani@grnet.gr>
Tue, 18 Jun 2013 14:25:50 +0000 (17:25 +0300)
commitff30ee3a6bc7387d159c088a3b7d4194f23ade83
treedf6cc72b89f5c9f60e6e860f0d5b77720c980f89
parenta313be91b1d7313f8a3656cbbe3fa3335e36c54b
CMS improvements

- Youtube widget
- Stats widget
- Update underscorejs library
- 'Create account' button for not signed in user in featured pages
- New template layout ( topwidetwocol )
19 files changed:
cloudcms/cms.py
cloudcms/content.py
cloudcms/migrate/page/0023_auto__add_introvideo__add_statsblock__add_field_page_featured.py [new file with mode: 0644]
cloudcms/migrations/0016_auto__add_field_application_accounts_url.py [new file with mode: 0644]
cloudcms/migrations/0017_auto__chg_field_application_accounts_url.py [new file with mode: 0644]
cloudcms/models.py
cloudcms/static/cloudcms/css/modules.css
cloudcms/static/cloudcms/images/play-off.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/play-on.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/stats_bg.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/stats_bg@2x.png [new file with mode: 0644]
cloudcms/static/cloudcms/js/common.js
cloudcms/static/cloudcms/js/service-stats.js [new file with mode: 0644]
cloudcms/static/cloudcms/js/underscore.js
cloudcms/static/cloudcms/js/youtube.js [new file with mode: 0644]
cloudcms/templates/cms/base.html
cloudcms/templates/cms/pages/topwidetwocol.html [new file with mode: 0644]
cloudcms/templates/content/intro_video.html [new file with mode: 0644]
cloudcms/templates/content/stats_block.html [new file with mode: 0644]