fixes templating error (LMS-2560)
This commit is contained in:
committed by
David Baumgold
parent
f4e4082b7d
commit
c83797ed94
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user