Commit 685572cb by David Baumgold

Merge pull request #10581 from open-craft/courseware-error-stray-quotemark

Remove stray quotation mark from courseware-error text.
parents 9cf0ab5b fc2594e3
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</h1> </h1>
<p> <p>
${_("We're sorry, this module is temporarily unavailable. Our staff is working to fix " ${_("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'<a href=\"mailto:{0}\">{0}</a>'.format(settings.TECH_SUPPORT_EMAIL) tech_support_email=u'<a href=\"mailto:{0}\">{0}</a>'.format(settings.TECH_SUPPORT_EMAIL)
)} )}
</p> </p>
......
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