diff --git a/src/authentic2/attribute_kinds.py b/src/authentic2/attribute_kinds.py index 0e7e9468f..7db322364 100644 --- a/src/authentic2/attribute_kinds.py +++ b/src/authentic2/attribute_kinds.py @@ -35,6 +35,7 @@ from django.db.models import query from django.utils.functional import keep_lazy +from gadjo.templatetags.gadjo import xstatic from rest_framework import serializers from rest_framework.fields import empty @@ -117,6 +118,7 @@ class AddressAutocompleteInput(forms.Select): class Media: js = [ + xstatic('jquery.js', 'jquery.min.js'), settings.SELECT2_JS, 'authentic2/js/address_autocomplete.js', ]