From 436692be1b8add31ef950f8c82232643ff744326 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Thu, 27 Feb 2014 18:06:03 +0100 Subject: [PATCH] Registration: removed name of the authority keep only authortity_hrn --- portal/registrationview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/registrationview.py b/portal/registrationview.py index 7c2ab03a..58567dd8 100644 --- a/portal/registrationview.py +++ b/portal/registrationview.py @@ -37,7 +37,7 @@ class RegistrationView (FreeAccessView, ThemeView): errors = [] # Using cache manifold-tables to get the list of authorities faster - authorities_query = Query.get('authority').select('name', 'authority_hrn') + authorities_query = Query.get('authority').select('authority_hrn') #onelab_enabled_query = Query.get('local:platform').filter_by('platform', '==', 'ple').filter_by('disabled', '==', 'False') #onelab_enabled = not not execute_admin_query(request, onelab_enabled_query) -- 2.43.0