Merge pull request #8598 from edx/cdodge/fix-formatting-error

I18N needs to not include the string substitution
This commit is contained in:
chrisndodge
2015-06-19 19:32:01 -04:00

View File

@@ -28,7 +28,7 @@ h2 {
<body>
<table width="650" border="0" cellspacing="5" cellpadding="5">
<tr>
<td align="left" valign="top" class="box-bg"><h2>${_("Executive Summary for {display_name}".format(display_name=display_name))}</h2>
<td align="left" valign="top" class="box-bg"><h2>${_("Executive Summary for {display_name}").format(display_name=display_name)}</h2>
<table width="100%">
<tr>