app/soc/views/models/presence.py
changeset 569 96d9655a7538
parent 554 68c7a1dd3c52
child 586 a4a36b06a870
--- a/app/soc/views/models/presence.py	Sat Nov 22 22:44:02 2008 +0000
+++ b/app/soc/views/models/presence.py	Sat Nov 22 22:45:14 2008 +0000
@@ -85,7 +85,7 @@
     model = soc.models.presence.Presence
 
     #: list of model fields which will *not* be gathered by the form
-    exclude = ['inheritance_line', 'home', 'scope']
+    exclude = ['home', 'scope']
 
 
 class EditForm(CreateForm):