mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Make navigating organisations a bit easier
This commit is contained in:
@@ -39,7 +39,8 @@ def organisations():
|
||||
|
||||
return render_template(
|
||||
'views/organisations/index.html',
|
||||
organisations=orgs
|
||||
organisations=orgs,
|
||||
search_form=SearchByNameForm(),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user