X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/971e08cc34959303fbbc8bc50742c9fbe1d66f53..5dbd487fb7e64aa968da9c3fcbe8a0215d2b3298:/src/wlxml/views.py?ds=sidebyside diff --git a/src/wlxml/views.py b/src/wlxml/views.py index 3784b777..64a49dc8 100644 --- a/src/wlxml/views.py +++ b/src/wlxml/views.py @@ -58,12 +58,18 @@ VALUE_TYPES = { ThemaCategory: { 'autocomplete': { 'source': '/catalogue/terms/thema/', - } + }, + 'chooser': { + 'source': '/catalogue/chooser/thema/', + }, }, MainThemaCategory: { 'autocomplete': { 'source': '/catalogue/terms/thema-main/', - } + }, + 'chooser': { + 'source': '/catalogue/chooser/thema-main/', + }, }, Epoch: { 'autocomplete': {