diff --git a/views/communities/community_members.php b/views/communities/community_members.php index 214a72b..139e015 100644 --- a/views/communities/community_members.php +++ b/views/communities/community_members.php @@ -1,5 +1,5 @@ -@css(node_modules/choices.js/public/assets/styles/choices.min.css) -@js(node_modules/choices.js/public/assets/scripts/choices.js) +@css(/static/node_modules/tom-select/dist/css/tom-select.min.css) +@js(/static/node_modules/tom-select/dist/js/tom-select.base.min.js) @js(js/communities/community_members.js) @extends(templates/layout_normal)