Replace "edX Studio" with "{studio_name}"

For theming and internationalization
This commit is contained in:
David Baumgold
2014-12-18 13:38:15 -05:00
parent c42c2573b0
commit 7366d2b1a2
29 changed files with 142 additions and 106 deletions

View File

@@ -11,8 +11,7 @@
<header class="primary" role="banner">
<div class="wrapper wrapper-l">
## "edX Studio" should not be translated
<h1 class="branding"><a href="/"><img src="${static.url("images/edx-studio-logo.png")}" alt="edX Studio" /></a></h1>
<h1 class="branding"><a href="/"><img src="${static.url("images/edx-studio-logo.png")}" alt="${settings.STUDIO_NAME}" /></a></h1>
% if context_course:
<%