diff --git a/app/views/contributors/edit.html.erb b/app/views/contributors/edit.html.erb index e47ee1213b..59c4b37706 100644 --- a/app/views/contributors/edit.html.erb +++ b/app/views/contributors/edit.html.erb @@ -18,7 +18,7 @@ <%= form_for @contributor, url: plan_contributor_path(@plan, @contributor), html: { method: :put } do |f| %> <%= render partial: "contributors/form", - locals: { form: f, plan: @plan, contributor: @contributor, orgs: @orgs, org_partial: @org_partial } %> + locals: { form: f, plan: @plan, contributor: @contributor, orgs: @all_orgs, org_partial: @org_partial } %> <% end %> diff --git a/app/views/contributors/new.html.erb b/app/views/contributors/new.html.erb index 9286269391..85c0454d2f 100644 --- a/app/views/contributors/new.html.erb +++ b/app/views/contributors/new.html.erb @@ -17,7 +17,7 @@