Set null on user delete.
[wolnelektury.git] / src / sponsors / widgets.py
index 3e2dc78..01c139d 100644 (file)
@@ -11,8 +11,8 @@ from sponsors import models
 class SponsorPageWidget(forms.Textarea):
     class Media:
         js = (
-            '//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js',
-            '//ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js',
+            '//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
+            '//code.jquery.com/ui/1.12.1/jquery-ui.min.js',
             settings.STATIC_URL + 'sponsors/js/jquery.json.min.js',
             settings.STATIC_URL + 'sponsors/js/footer_admin.js',
         )