From fc2594e37be5b66c49890903263f7d3ae529cb4b Mon Sep 17 00:00:00 2001 From: Matjaz Gregoric Date: Wed, 11 Nov 2015 09:02:22 +0100 Subject: [PATCH] Remove stray quotation mark from courseware-error text. --- lms/templates/courseware/courseware-error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/courseware/courseware-error.html b/lms/templates/courseware/courseware-error.html index 8829ba3811..47400365e9 100644 --- a/lms/templates/courseware/courseware-error.html +++ b/lms/templates/courseware/courseware-error.html @@ -20,7 +20,7 @@

${_("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( + "it as soon as possible. Please email us at {tech_support_email} to report any problems or downtime.").format( tech_support_email=u'{0}'.format(settings.TECH_SUPPORT_EMAIL) )}