From f25fdebe679a2f84546eac3d37530de781e0610d Mon Sep 17 00:00:00 2001 From: Nate Hardison Date: Fri, 31 May 2013 19:18:27 -0700 Subject: [PATCH] Theme the authenticated index view Much like the work done on the default (unauthenticated) index view, adjust the background image (actually, let the CSS handle it instead of an embedded `style` attribute in the HTML). Other adjustments (language, logo) are made for Stanford specifically and need to be reworked for general theming. --- lms/templates/courseware/courses.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lms/templates/courseware/courses.html b/lms/templates/courseware/courses.html index a8fe851d19..7f0d596f4b 100644 --- a/lms/templates/courseware/courses.html +++ b/lms/templates/courseware/courses.html @@ -5,13 +5,21 @@ <%block name="title">Courses
-