diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index 3b6c4cb738..5b254fc86e 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -385,7 +385,7 @@ function goto( mode) ${_("Notify students by email")}

${_("Auto-enroll students when they activate")} - +

diff --git a/lms/templates/module-error.html b/lms/templates/module-error.html index b0641ea5c4..f43db37dfc 100644 --- a/lms/templates/module-error.html +++ b/lms/templates/module-error.html @@ -1,7 +1,7 @@ <%! from django.utils.translation import ugettext as _ %>

-

${_("There has been an error on the {platform_name} servers")}

+

${_("There has been an error on the {platform_name} servers").format(platform_name=settings.PLATFORM_NAME)}

${_("We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at {tech_support_email} to report any problems or downtime.").format(platform_name=settings.PLATFORM_NAME, tech_support_email=settings.TECH_SUPPORT_EMAIL)}

% if staff_access: