diff --git a/app/forms/questionnaires/choose_childcare_provider.rb b/app/forms/questionnaires/choose_childcare_provider.rb index e82aa5958e..27f996ff04 100644 --- a/app/forms/questionnaires/choose_childcare_provider.rb +++ b/app/forms/questionnaires/choose_childcare_provider.rb @@ -62,12 +62,10 @@ def possible_institutions schools = School .open - .search_by_location(institution_location) .search_by_name(institution_name) .limit(10) local_authorities = LocalAuthority - .search_by_location(institution_location) .search_by_name(institution_name) .limit(10) diff --git a/app/views/admin/schools/index.html.erb b/app/views/admin/schools/index.html.erb index 1fee03d611..3bb2386efe 100644 --- a/app/views/admin/schools/index.html.erb +++ b/app/views/admin/schools/index.html.erb @@ -15,6 +15,7 @@ <% end %> +