Commit d61abab1 by Adam Palay

fixes templating error (LMS-2560)

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