diff options
Diffstat (limited to 'python/Dawn/views.py')
| -rw-r--r-- | python/Dawn/views.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py index fc76fe4f..8ec84899 100644 --- a/python/Dawn/views.py +++ b/python/Dawn/views.py @@ -97,7 +97,7 @@ class CDSForm(ModelForm): model = CDSDeal include_foreign_keys = True exclude = ['dealid', 'lastupdate', 'termination_amount', - 'termination_cp'] + 'termination_cp', 'termination_date'] class SwaptionForm(ModelForm): upload_globeop = BooleanField(label="Upload to globeop?") @@ -106,7 +106,7 @@ class SwaptionForm(ModelForm): model = SwaptionDeal include_foreign_keys = True exclude = ['dealid', 'lastupdate', 'termination_amount', - 'termination_cp'] + 'termination_cp', 'termination_date'] class FutureForm(ModelForm): |
