diff options
Diffstat (limited to 'python/Dawn/views.py')
| -rw-r--r-- | python/Dawn/views.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py index 3cecf2b5..7c84db6d 100644 --- a/python/Dawn/views.py +++ b/python/Dawn/views.py @@ -191,9 +191,6 @@ def get_form(trade, kind): upfront_settle_date=today.date() + 3 * bus_day) if kind == 'cds': form.account_code.choices = fcm_accounts() - elif kind == 'spot': - form = Form(trade_date=today.date(), - settlement_date=today.date() + 2 * bus_day) else: form = Form(trade_date=today.date(), settle_date=today.date() + 2 * bus_day) |
