Commit f96dd055 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[1.5.X] Fixed #19850 -- Use configured staticfiles storage to find the URL of...

[1.5.X] Fixed #19850 -- Use configured staticfiles storage to find the URL of a static file in the admin.
parent 251f345d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,4 +34,4 @@ def do_static(parser, token):


def static(path):
    return StaticNode.handle_simple(path)
    return staticfiles_storage.url(path)