Add select2 widget to the form
Showing
- opentech/apply/dashboard/tables.py 9 additions, 2 deletionsopentech/apply/dashboard/tables.py
- opentech/apply/dashboard/templates/dashboard/dashboard.html 4 additions, 0 deletionsopentech/apply/dashboard/templates/dashboard/dashboard.html
- opentech/settings/base.py 1 addition, 0 deletionsopentech/settings/base.py
- opentech/urls.py 1 addition, 0 deletionsopentech/urls.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
... | @@ -20,6 +20,7 @@ flake8 | ... | @@ -20,6 +20,7 @@ flake8 |
social_auth_app_django==2.1.0 | social_auth_app_django==2.1.0 | ||
django-tables2==1.17.1 | django-tables2==1.17.1 | ||
django-filter==1.1.0 | django-filter==1.1.0 | ||
django_select2==6.0.1 | |||
# Production dependencies | # Production dependencies | ||
dj-database-url==0.4.1 | dj-database-url==0.4.1 | ||
... | ... |
Please register or sign in to comment