Commit 0e72c8c0 by Adam

Merge pull request #3442 from edx/adam/fix-template-error

fixes templating error (LMS-2560)
parents b993dfbd d61abab1
......@@ -4,7 +4,7 @@
<section class="outside-app">
<h1>
${_(u"There has been a 500 error on the {platform_name} servers").format(
platform_name=u"<em>{}</em>".format(platform_name=settings.PLATFORM_NAME)
platform_name=u"<em>{platform_name}</em>".format(platform_name=settings.PLATFORM_NAME)
)}
</h1>
<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