Merge pull request #3059 from alphagov/search-and-sticky-on-set-service-org

Add sticky footer and search on set service org
This commit is contained in:
Chris Hill-Scott
2019-07-19 13:43:18 +01:00
committed by GitHub
2 changed files with 16 additions and 17 deletions

View File

@@ -1001,6 +1001,7 @@ def link_service_to_organisation(service_id):
'views/service-settings/link-service-to-organisation.html',
has_organisations=all_organisations,
form=form,
search_form=SearchByNameForm(),
)