diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dawn/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py index a83cf09e..b6da2781 100644 --- a/python/Dawn/views.py +++ b/python/Dawn/views.py @@ -144,6 +144,7 @@ def cds_trade_manage(tradeid): return redirect(url_for('list_cds_trades')) return render_template('cds_trade_entry.html', form=cds_form, trade_id=tradeid) +@app.route('/') @app.route('/blotter/') def list_trades(): trade_list = BondDeal.query.order_by(BondDeal.trade_date.desc(), BondDeal.id.desc()) |
