From b4ca12af3364efae8e92ecaead1e74d0728fc0ff Mon Sep 17 00:00:00 2001 From: Zainab Amir <40633976+zainab-amir@users.noreply.github.com> Date: Mon, 30 Sep 2019 12:44:10 +0500 Subject: [PATCH] Notes css is missing for tab pages (#21846) style-student-notes is only added in courseware.html but it is missing for custom tab pages. PROD-687 --- lms/templates/courseware/static_tab.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/courseware/static_tab.html b/lms/templates/courseware/static_tab.html index 1057516cd7..f19787db6a 100644 --- a/lms/templates/courseware/static_tab.html +++ b/lms/templates/courseware/static_tab.html @@ -25,6 +25,7 @@ ${HTML(fragment.foot_html())} <%block name="pagetitle">${_(tab['name'])} | ${course.display_number_with_default} <%include file="/courseware/course_navigation.html" args="active_page=active_page" /> +<%static:css group='style-student-notes'/>