From 68a507383faeb99ae7c41d2fd8bd51d906994a37 Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Tue, 22 Oct 2013 14:27:40 +0000 Subject: [PATCH 1/5] Fixed a bug where legacy instructor dash's email editor failed to load --- lms/templates/courseware/instructor_dashboard.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index 19a7e398c1..bc39af32eb 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -546,11 +546,13 @@ function goto( mode)

These email actions run in the background, and status for active email tasks will appear in a table below. From a48bee7f13130ba2e9cd3d8366dd1bd9b699a6b6 Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Tue, 22 Oct 2013 17:39:48 +0000 Subject: [PATCH 2/5] Fixed indentation --- lms/templates/courseware/instructor_dashboard.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index bc39af32eb..deded1d0ed 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -546,13 +546,13 @@ function goto( mode)

These email actions run in the background, and status for active email tasks will appear in a table below. From 5730f6e35c064d8f3cce77ea01815eebefdd146d Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 22 Oct 2013 13:29:20 -0400 Subject: [PATCH 3/5] LMS: adds correct css/style assets back to password reset and confirm views --- lms/templates/registration/password_reset_complete.html | 5 ++++- lms/templates/registration/password_reset_confirm.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lms/templates/registration/password_reset_complete.html b/lms/templates/registration/password_reset_complete.html index d8a9f0eedb..d1852cefaa 100644 --- a/lms/templates/registration/password_reset_complete.html +++ b/lms/templates/registration/password_reset_complete.html @@ -7,7 +7,10 @@ {% trans "Your Password Reset is Complete" %} - {% compressed_css 'application' %} + {% compressed_css 'style-vendor' %} + {% compressed_css 'style-app' %} + {% compressed_css 'style-app-extend1' %} + {% compressed_css 'style-app-extend2' %}