Fix SSL errors...

d42/ebin
informatic 2017-06-19 15:31:05 +02:00
parent ff36963f60
commit be645c259a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class ItemAdmin(admin.ModelAdmin):
class Media:
js = (
# Required by select2
'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
'https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
)
def response_action(self, request, queryset):