Make transfer registration use ajax selectize for account names
authorMagnus Hagander <magnus@hagander.net>
Mon, 18 Aug 2025 10:17:10 +0000 (12:17 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 18 Aug 2025 10:19:52 +0000 (12:19 +0200)
commit8bb476c4e8f1e9eb32115aee8775b227b1dc11c1
treed702b7b42ccef40dff7c7ac5a398458d46a0f6b7
parent250e7857685d33f5a90637e9c5dc27d9de6044d0
Make transfer registration use ajax selectize for account names

Loading the transfer registration form actually loaded a list of every
single user account on the system into the HTML, which was very slow.
This is because it doesn't use the generic form interface, which means
the JS to set it up to load async was not present - so we now instead
make an explicit initialization.
postgresqleu/confreg/forms.py
template/confreg/admin_transfer.html