From cfaa9dd588db14289e451d0788d4916358c81228 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Tue, 4 Nov 2014 15:47:55 -0500 Subject: [PATCH] Rename Studio logo OPEN-301 --- .../{logo-edx-studio.png => edx-studio-logo.png} | Bin cms/templates/widgets/header.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cms/static/img/{logo-edx-studio.png => edx-studio-logo.png} (100%) diff --git a/cms/static/img/logo-edx-studio.png b/cms/static/img/edx-studio-logo.png similarity index 100% rename from cms/static/img/logo-edx-studio.png rename to cms/static/img/edx-studio-logo.png diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index 3f42d06ace..a932fd6f13 100644 --- a/cms/templates/widgets/header.html +++ b/cms/templates/widgets/header.html @@ -11,7 +11,7 @@
## "edX Studio" should not be translated -

edX Studio

+

edX Studio

% if context_course: <%