X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=blobdiff_plain;f=portal%2Fprojectrequestview.py;fp=portal%2Fprojectrequestview.py;h=75054dcdca2e20bdad99cac1ff484bbba291e237;hp=451469de5fbc05b7481ce9f80c0cc04b81d2ab42;hb=690cbb6c4847ded7833a0c5f05c4e767522ff0e5;hpb=534f2abeda7d18495594bc290f1f7e0135b0c300 diff --git a/portal/projectrequestview.py b/portal/projectrequestview.py index 451469de..75054dcd 100644 --- a/portal/projectrequestview.py +++ b/portal/projectrequestview.py @@ -107,8 +107,8 @@ class ProjectRequestView(LoginRequiredAutoLogoutView, ThemeView): 'purpose' : wsgi_request.POST.get('purpose', ''), } - if (post['authority_hrn'] is None or post['authority_hrn'] == ''): - errors.append('Organization is mandatory') + #if (post['authority_hrn'] is None or post['authority_hrn'] == ''): + # errors.append('Organization is mandatory') if (post['purpose'] is None or post['purpose'] == ''): errors.append('Project purpose is mandatory')