X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/cc6dbd55a2af538657c288a709662b9c84949854..a05c936dabd92bf4756f4ca2c23ef0320b0543d9:/philo/admin/widgets.py diff --git a/philo/admin/widgets.py b/philo/admin/widgets.py index 62a492b..c753850 100644 --- a/philo/admin/widgets.py +++ b/philo/admin/widgets.py @@ -52,7 +52,7 @@ class TagFilteredSelectMultiple(FilteredSelectMultiple): settings.ADMIN_MEDIA_PREFIX + "js/core.js", settings.ADMIN_MEDIA_PREFIX + "js/SelectBox.js", settings.ADMIN_MEDIA_PREFIX + "js/SelectFilter2.js", - settings.ADMIN_MEDIA_PREFIX + "js/TagCreation.js", + "philo/js/TagCreation.js", ) def render(self, name, value, attrs=None, choices=()):