forked from DGNum/gestioCOF
Fix autocomplete in registration views.
django-autocomplete-light v3.x doesn't include anymore the $('').yourlabsAutocomplete() function, leading to issues in cof registration and kfet account creation views. Adding jquery-autocomplete-light fixes these issues. See: - (dal) https://github.com/yourlabs/django-autocomplete-light - (jal) https://github.com/yourlabs/jquery-autocomplete-light
This commit is contained in:
parent
44eee9be38
commit
4084444dc3
5 changed files with 1711 additions and 2 deletions
|
@ -56,6 +56,8 @@ BASE_DIR = os.path.dirname(
|
|||
|
||||
# Application definition
|
||||
INSTALLED_APPS = [
|
||||
'shared',
|
||||
|
||||
'gestioncof',
|
||||
|
||||
# Must be before 'django.contrib.admin'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue