From c83797ed94025e558b0837af4792bd8b45a63ddb Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Wed, 23 Apr 2014 09:13:23 -0400 Subject: [PATCH] fixes templating error (LMS-2560) --- lms/templates/static_templates/server-error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/static_templates/server-error.html b/lms/templates/static_templates/server-error.html index cf5d79c7ce..6fce0c9a30 100644 --- a/lms/templates/static_templates/server-error.html +++ b/lms/templates/static_templates/server-error.html @@ -4,7 +4,7 @@

${_(u"There has been a 500 error on the {platform_name} servers").format( - platform_name=u"{}".format(platform_name=settings.PLATFORM_NAME) + platform_name=u"{platform_name}".format(platform_name=settings.PLATFORM_NAME) )}