diff --git a/src/authentic2_auth_fedict/fields.py b/src/authentic2_auth_fedict/fields.py index 9746e8d..418f653 100644 --- a/src/authentic2_auth_fedict/fields.py +++ b/src/authentic2_auth_fedict/fields.py @@ -79,6 +79,7 @@ class StreetWidget(forms.TextInput): class Media: css = {'all': ('xstatic/themes/smoothness/jquery-ui.css',)} js = ( + xstatic('jquery', 'jquery.min.js'), 'xstatic/jquery-ui.js', 'authentic2_auth_fedict/js/support.js', ) @@ -104,6 +105,7 @@ class CountryWidget(forms.Select): class Media: css = {'all': ('xstatic/themes/smoothness/jquery-ui.css',)} js = ( + xstatic('jquery', 'jquery.min.js'), 'xstatic/jquery-ui.js', 'authentic2_auth_fedict/js/support.js', )