diff --git a/cms/djangoapps/contentstore/views.py b/cms/djangoapps/contentstore/views.py index 517e9fe852..e14a3108d4 100644 --- a/cms/djangoapps/contentstore/views.py +++ b/cms/djangoapps/contentstore/views.py @@ -71,7 +71,7 @@ COMPONENT_TYPES = ['customtag', 'discussion', 'html', 'problem', 'video'] ADVANCED_COMPONENT_TYPES = { 'openended' : ['combinedopenended', 'peergrading'], - 'advanced' : ['annotation'], + 'advanced' : ['annotatable'], } ADVANCED_COMPONENT_POLICY_KEY = 'advanced_modules' diff --git a/cms/static/sass/_graphics.scss b/cms/static/sass/_graphics.scss index 619c66a919..de03f7f134 100644 --- a/cms/static/sass/_graphics.scss +++ b/cms/static/sass/_graphics.scss @@ -262,6 +262,14 @@ background: url(../img/large-problem-icon.png) center no-repeat; } +.large-advanced-icon { + display: inline-block; + width: 100px; + height: 60px; + margin-right: 5px; + background: url(../img/large-problem-icon.png) center no-repeat; +} + .large-textbook-icon { display: inline-block; width: 100px;