RVRNEXT-30 use tom-select assets in community_member view

This commit is contained in:
Bence Pőcze 2023-05-02 02:22:10 +02:00
parent 40eb8b5335
commit 881280fa3e
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -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)