address comment on #392

This commit is contained in:
Victor Shnayder
2012-08-13 14:23:41 -04:00
parent 706fd99cab
commit add050593a

View File

@@ -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