Pass the correct django-model to smart search for org list

This commit is contained in:
Michael Abashian
2017-02-16 14:37:27 -05:00
parent dac2045d49
commit 9c1a5f3dec

View File

@@ -36,7 +36,7 @@
searchTags: '=', searchTags: '=',
--> -->
<smart-search <smart-search
django-model="organization" django-model="organizations"
base-path="organizations" base-path="organizations"
iterator="organization" iterator="organization"
list="list" list="list"