Commit 4eb3c4b1 by Chris Dodge

I18N needs to not include the string substitution

parent e72eaf81
...@@ -28,7 +28,7 @@ h2 { ...@@ -28,7 +28,7 @@ h2 {
<body> <body>
<table width="650" border="0" cellspacing="5" cellpadding="5"> <table width="650" border="0" cellspacing="5" cellpadding="5">
<tr> <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%"> <table width="100%">
<tr> <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