From 005bdeebc0a18ba6646a48e69d875b8ddd759f5d Mon Sep 17 00:00:00 2001 From: lduarte1991 Date: Thu, 21 Aug 2014 15:24:09 -0400 Subject: [PATCH] HTML Textbooks: Adding annotation css files group --- lms/templates/notes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/notes.html b/lms/templates/notes.html index 569393daaa..fcdca788e9 100644 --- a/lms/templates/notes.html +++ b/lms/templates/notes.html @@ -3,6 +3,7 @@ <%namespace name='static' file='static_content.html'/> ${static.css(group='style-vendor-tinymce-content', raw=True)} ${static.css(group='style-vendor-tinymce-skin', raw=True)} +${static.css(group='style-xmodule-annotations', raw=True)} <%inherit file="main.html" />