diff --git a/django_select2/media.py b/django_select2/media.py index 1c9d55d..ccfb427 100644 --- a/django_select2/media.py +++ b/django_select2/media.py @@ -1,5 +1,5 @@ from django.conf import settings -from django.templatetags.static import static +from django.contrib.staticfiles.templatetags.staticfiles import static from . import __BOOTSTRAP as BOOTSTRAP