diff --git a/image_explorer/image_explorer.py b/image_explorer/image_explorer.py index 0eb6fc2..c70bc65 100644 --- a/image_explorer/image_explorer.py +++ b/image_explorer/image_explorer.py @@ -333,7 +333,7 @@ def _replace_static_from_url(self, url): if not url: return url try: - from static_replace import replace_static_urls + from common.djangoapps.static_replace import replace_static_urls except ImportError: return url