From 9296d78f44f3f50e429c1f9916b8c3f288cf11c0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 16 Oct 2009 17:13:43 +0000 Subject: [PATCH] www registration page needs to set ext_consortium_id --- PLC/Methods/AddSite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/AddSite.py b/PLC/Methods/AddSite.py index 219f647..239de70 100644 --- a/PLC/Methods/AddSite.py +++ b/PLC/Methods/AddSite.py @@ -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): """ -- 2.43.0