diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dawn/templates/future_blotter.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Dawn/templates/future_blotter.html b/python/Dawn/templates/future_blotter.html index a436651a..54244b2a 100644 --- a/python/Dawn/templates/future_blotter.html +++ b/python/Dawn/templates/future_blotter.html @@ -15,6 +15,7 @@ <td>Description</td> <td>Ticker</td> <td>Counterparty</td> + <td>Fund</td> <td>Strategy</td> </tr> </thead> @@ -33,6 +34,7 @@ <td>{{trade.bbg_ticker}}</td> <td><a href="{{url_for('edit_counterparty', cpcode=trade.counterparty.code)}}">{{trade.counterparty.name}}</a></td> + <td>{{trade.fund}}</td> <td>{{trade.folder}}</td> </tr> {% endfor %} |
