diff --git a/app/views/locations/index.html.erb b/app/views/locations/index.html.erb
index a96af5394..919d2af19 100644
--- a/app/views/locations/index.html.erb
+++ b/app/views/locations/index.html.erb
@@ -12,8 +12,8 @@
<%= render SubNavigationComponent.new(items: scheme_items(request.path, @scheme.id, "Locations")) %>
- <%= govuk_inset_text( text: edit_location_text(@scheme, current_user))%>
-
+ <%= govuk_inset_text(text: edit_location_text(@scheme, current_user)) %>
+
<%= render partial: "locations/location_filters" %>
Locations