Skip to content
Snippets Groups Projects
Commit add05059 authored by Victor Shnayder's avatar Victor Shnayder
Browse files

address comment on #392

parent 706fd99c
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ def try_staticfiles_lookup(path):
except Exception as err:
log.warning("staticfiles_storage couldn't find path {}: {}".format(
path, str(err)))
# Just return a dead link--don't kill everything.
url = "file_not_found"
# Just return the original path; don't kill everything.
url = path
return url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment