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

Fixed #19850 -- Use configured staticfiles storage to find the URL of a static file in the admin.

parent 2f4a4703
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)