Make navigating organisations a bit easier

This commit is contained in:
Chris Hill-Scott
2019-03-21 11:22:53 +00:00
parent 936883bf7b
commit eaa7af8692
9 changed files with 30 additions and 26 deletions

View File

@@ -39,7 +39,8 @@ def organisations():
return render_template(
'views/organisations/index.html',
organisations=orgs
organisations=orgs,
search_form=SearchByNameForm(),
)