From 5953debee1c57c460bf3318d982b80e633d05748 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 10 Aug 2015 10:40:40 -0400 Subject: [PATCH] settings.STUDIO_SHORT_NAME doesn't exist in LMS --- lms/templates/courseware/info.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lms/templates/courseware/info.html b/lms/templates/courseware/info.html index 541a0b129c..346332819b 100644 --- a/lms/templates/courseware/info.html +++ b/lms/templates/courseware/info.html @@ -50,9 +50,7 @@ $(document).ready(function(){ % if studio_url is not None and masquerade and masquerade.role == 'staff':
- ${_("View Updates in {studio_name}").format( - studio_name=settings.STUDIO_SHORT_NAME, - )} + ${_("View Updates in Studio")}
% endif