diff --git a/app/views/locations/edit.html.erb b/app/views/locations/edit.html.erb index 361e050ef..f4b74caf3 100644 --- a/app/views/locations/edit.html.erb +++ b/app/views/locations/edit.html.erb @@ -7,8 +7,6 @@ ) %> <% end %> -<%= render partial: "organisations/headings", locals: { main: "Add a location to this scheme", sub: @scheme.service_name } %> - <%= form_for(@location, method: :patch, url: location_path(@location)) do |f| %>