diff --git a/app/views/locations/new.html.erb b/app/views/locations/new.html.erb
index ad1b9e8e2..71690f8e6 100644
--- a/app/views/locations/new.html.erb
+++ b/app/views/locations/new.html.erb
@@ -12,7 +12,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" },