Commit 026c7edf by David Baumgold

Merge pull request #9252 from edx/no-studio-short-name-in-lms

settings.STUDIO_SHORT_NAME doesn't exist in LMS
parents 7e1de6ef 8daf2a78
...@@ -50,9 +50,7 @@ $(document).ready(function(){ ...@@ -50,9 +50,7 @@ $(document).ready(function(){
% if studio_url is not None and masquerade and masquerade.role == 'staff': % if studio_url is not None and masquerade and masquerade.role == 'staff':
<div class="wrap-instructor-info studio-view"> <div class="wrap-instructor-info studio-view">
<a class="instructor-info-action" href="${studio_url}"> <a class="instructor-info-action" href="${studio_url}">
${_("View Updates in {studio_name}").format( ${_("View Updates in Studio")}
studio_name=settings.STUDIO_SHORT_NAME,
)}
</a> </a>
</div> </div>
% endif % endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment