X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/d8d6976f3a0646a05e052d33294e3c8c44c5eed3..53e7a83e124b274f887d368fca7623bba6a6107c:/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=()):