Display studio name properly on empty course page.

This commit is contained in:
Mushtaq Ali
2016-02-29 17:11:55 +05:00
parent f09e9f020c
commit 3dc73c655b
2 changed files with 11 additions and 1 deletions

View File

@@ -346,7 +346,7 @@
<div class="notice notice-incontext notice-instruction notice-instruction-nocourses list-notices courses-tab active">
<div class="notice-item">
<div class="msg">
<h3 class="title">${_("Are you staff on an existing {studio_name} course?").format(studio_name=set)}</h3>
<h3 class="title">${_("Are you staff on an existing {studio_name} course?").format(studio_name=settings.STUDIO_SHORT_NAME)}</h3>
<div class="copy">
<p>${_('The course creator must give you access to the course. Contact the course creator or administrator for the course you are helping to author.')}</p>
</div>