diff --git a/app/views/shared/_create_account_form.html.erb b/app/views/shared/_create_account_form.html.erb index 1c10cb6..60febb9 100644 --- a/app/views/shared/_create_account_form.html.erb +++ b/app/views/shared/_create_account_form.html.erb @@ -15,7 +15,7 @@
<%= render partial: "shared/my_org", locals: {f: f, default_org: @default_org, - orgs: Org.where("is_other IS NULL").order("sort_name ASC, name ASC"), + orgs: Org.where(is_other: false).order("sort_name ASC, name ASC"), allow_other_orgs: true, required: false} %>