From 5730f6e35c064d8f3cce77ea01815eebefdd146d Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 22 Oct 2013 13:29:20 -0400 Subject: [PATCH] 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' %}