diff --git a/app/views/locations/edit.html.erb b/app/views/locations/edit.html.erb
index 4cd5cd2a2..af398d192 100644
--- a/app/views/locations/edit.html.erb
+++ b/app/views/locations/edit.html.erb
@@ -13,7 +13,7 @@
<%= f.govuk_error_summary %>
-<%= render partial: "organisations/headings", locals: { main: "Add a location to this scheme", sub: @scheme.service_name } %>
+ <%= render partial: "organisations/headings", locals: { main: "Add a location to this scheme", sub: @scheme.service_name } %>
<%= f.govuk_text_field :postcode,
label: { size: "m" },