Merge pull request #8598 from edx/cdodge/fix-formatting-error
I18N needs to not include the string substitution
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user