app/soc/views/models/host.py
changeset 550 577dbfbeef97
parent 514 55bd39dab49c
child 553 c0cc20b4afc9
--- a/app/soc/views/models/host.py	Sat Nov 22 09:49:13 2008 +0000
+++ b/app/soc/views/models/host.py	Sat Nov 22 10:06:03 2008 +0000
@@ -47,7 +47,7 @@
     model = soc.models.host.Host
 
     #: list of model fields which will *not* be gathered by the form
-    exclude = ['inheritance_line']
+    exclude = ['inheritance_line', 'scope']
 
   def clean_empty(self, field):
     data = self.cleaned_data.get(field)