kpsul/gestioncof
Aurélien Delobelle 4084444dc3 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
2018-01-20 17:29:15 +01:00
..
fixtures Dev data loaded using a django admin command 2017-02-03 14:33:10 +01:00
management Add missing type in custommail (dev only) 2017-10-25 22:08:29 +02:00
migrations Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
static send_rappel: use django messages + css tweaks 2017-06-02 19:14:06 +01:00
templates Fix autocomplete in registration views. 2018-01-20 17:29:15 +01:00
templatetags Escape the content of the regex in highligh_text 2017-03-19 14:48:04 +00:00
__init__.py Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
admin.py Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
apps.py Merge branch 'master' into aureplop/kfet_cms 2017-06-12 02:04:28 +02:00
autocomplete.py Prevent connection to LDAP when settings is None 2017-10-24 17:55:02 +02:00
csv_views.py Update Py3 compat 2016-07-15 00:20:08 +02:00
decorators.py Remove lambda operators 2017-03-20 20:24:44 -03:00
forms.py Merge branch 'master' into Production 2017-09-09 22:03:32 +02:00
models.py Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
petits_cours_forms.py Move petits-cours forms in another file 2017-02-05 17:10:51 +01:00
petits_cours_models.py Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
petits_cours_views.py Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
shared.py minor fix 2017-05-31 22:00:51 +02:00
signals.py Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
tests.py Deleting a CofProfile ⇒ Deleting a User. 2017-01-05 11:35:21 +01:00
urls.py Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
views.py Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
widgets.py Update Py3 compat 2016-07-15 00:20:08 +02:00