Commit 80e30a41 by chrisndodge

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

I18N needs to not include the string substitution
parents e72eaf81 4eb3c4b1
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment