feature/RVRNEXT-30-replace-choices-to-tomselect #41

Merged
bence merged 5 commits from feature/RVRNEXT-30-replace-choices-to-tomselect into master 2023-05-02 02:24:40 +02:00
Showing only changes of commit 881280fa3e - Show all commits

View File

@ -1,5 +1,5 @@
@css(node_modules/choices.js/public/assets/styles/choices.min.css) @css(/static/node_modules/tom-select/dist/css/tom-select.min.css)
@js(node_modules/choices.js/public/assets/scripts/choices.js) @js(/static/node_modules/tom-select/dist/js/tom-select.base.min.js)
@js(js/communities/community_members.js) @js(js/communities/community_members.js)
@extends(templates/layout_normal) @extends(templates/layout_normal)