settings: explicitly set select2 cache prefix (#53403)

This commit is contained in:
Valentin Deniaud 2021-04-27 17:09:02 +02:00
parent 9a16eee553
commit aec477ddf3
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ AUTO_RENDER_SELECT2_STATICS = False
SELECT2_JS = xstatic('select2', 'select2.min.js')
SELECT2_CSS = xstatic('select2', 'select2.min.css')
SELECT2_CACHE_PREFIX = 'select2_'
BIJOE_SCHEMAS = []