aboutsummaryrefslogtreecommitdiffstats
path: root/python/Dawn/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dawn/views.py')
-rw-r--r--python/Dawn/views.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py
index eebb2671..086d7d99 100644
--- a/python/Dawn/views.py
+++ b/python/Dawn/views.py
@@ -102,7 +102,8 @@ class CDSForm(ModelForm):
model = CDSDeal
include_foreign_keys = True
exclude = ['dealid', 'lastupdate', 'termination_amount',
- 'termination_cp', 'termination_date', 'custodian', 'cashaccount']
+ 'termination_cp', 'termination_date', 'custodian',
+ 'cashaccount', 'attach', 'detach']
class SwaptionForm(ModelForm):