www registration page needs to set ext_consortium_id
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Oct 2009 17:13:43 +0000 (17:13 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Oct 2009 17:13:43 +0000 (17:13 +0000)
PLC/Methods/AddSite.py

index 219f647..239de70 100644 (file)
@@ -9,7 +9,7 @@ from PLC.Auth import Auth
 can_update = lambda (field, value): field in \
              ['name', 'abbreviated_name', 'login_base',
               'is_public', 'latitude', 'longitude', 'url',
-              'max_slices', 'max_slivers', 'enabled']
+              'max_slices', 'max_slivers', 'enabled', 'ext_consortium_id']
 
 class AddSite(Method):
     """