app/soc/views/models/organization.py
changeset 1700 599a5ff8f422
parent 1685 4b48cd4e4aa9
child 1702 6c69b7cff908
--- a/app/soc/views/models/organization.py	Fri Mar 06 22:31:43 2009 +0000
+++ b/app/soc/views/models/organization.py	Fri Mar 06 22:32:26 2009 +0000
@@ -132,9 +132,9 @@
             soc.logic.models.organization, org_app_logic)
         }
 
-    # get rid of the clean method
     new_params['edit_extra_dynaproperties'] = {
-        'clean': (lambda x: x.cleaned_data)}
+        'clean': cleaning.clean_refs(new_params, ['home_link_id'])
+        }
 
     params = dicts.merge(params, new_params)