From d4a526906ed786a92f3d84dca1cbab4613deb96c Mon Sep 17 00:00:00 2001
From: Adam Palay
Date: Fri, 2 Aug 2013 12:54:46 -0400
Subject: [PATCH] template errors
---
lms/templates/help_modal.html | 2 +-
lms/templates/static_templates/help.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html
index 6692d02d09..41a751aae4 100644
--- a/lms/templates/help_modal.html
+++ b/lms/templates/help_modal.html
@@ -31,7 +31,7 @@ discussion_link = get_discussion_link(course) if course else None
% endif
- ${_('Have general questions about {platform_name}? You can find lots of helpful information in the {platform_name} {link_start}FAQ{link_end}.').format(link_start='', link_end='').format(platform_name=settings.PLATFORM_NAME)}
+ ${_('Have general questions about {platform_name}? You can find lots of helpful information in the {platform_name} {link_start}FAQ{link_end}.').format(link_start='', link_end='', platform_name=settings.PLATFORM_NAME)}
${_('Have a question about something specific? You can contact the {platform_name} general support team directly:').format(platform_name=settings.PLATFORM_NAME)}
diff --git a/lms/templates/static_templates/help.html b/lms/templates/static_templates/help.html
index b2743f892f..f473495f9b 100644
--- a/lms/templates/static_templates/help.html
+++ b/lms/templates/static_templates/help.html
@@ -189,7 +189,7 @@
${_("How are {edX} certificates delivered?").format(edX="edX")}
-
${_("{EdX} certificates are delivered online through edx.org. So be sure to check your email in the weeks following the final grading - you will be able to download and print your certificate.").format(edX="edX")}
+
${_("{EdX} certificates are delivered online through edx.org. So be sure to check your email in the weeks following the final grading - you will be able to download and print your certificate.").format(EdX="EdX")}