aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Dawn/templates/cds_blotter.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Dawn/templates/cds_blotter.html b/python/Dawn/templates/cds_blotter.html
index e4cdf5ce..a1734f0f 100644
--- a/python/Dawn/templates/cds_blotter.html
+++ b/python/Dawn/templates/cds_blotter.html
@@ -25,8 +25,8 @@
<td>{{trade.security_id}}</td>
<td>{{"{0:,.2f}".format(trade.notional)}}</td>
<td>{{"{0:,.2f}".format(trade.upfront)}}</td>
- <td>{{trade.attach if trade.attach is not none}}</td>
- <td>{{trade.detach if trade.detach is not none}}</td>
+ <td>{{trade.orig_attach if trade.attach is not none}}</td>
+ <td>{{trade.orig_detach if trade.detach is not none}}</td>
<td><a href="{{url_for('edit_counterparty',
cpcode=trade.counterparty.code)}}">{{trade.counterparty.name}}</a></td>
<td>{{trade.folder}}</td>