diff options
Diffstat (limited to 'python/Dawn/templates')
| -rw-r--r-- | python/Dawn/templates/cds_blotter.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/Dawn/templates/cds_blotter.html b/python/Dawn/templates/cds_blotter.html index c114db8d..72470fed 100644 --- a/python/Dawn/templates/cds_blotter.html +++ b/python/Dawn/templates/cds_blotter.html @@ -14,6 +14,7 @@ <td>Attach</td> <td>Detach</td> <td>Counterparty</td> + <td>Trade Type</td> <td>Strategy</td> </tr> </thead> @@ -30,7 +31,8 @@ <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> + cpcode=trade.cp_code)}}">{{trade.name}}</a></td> + <td>{{trade.trade_type}}</td> <td>{{trade.folder}}</td> </tr> {% endfor %} |
