Skip to content

Can't assign asset paths to a variable in templates #7

@rykener

Description

@rykener

in django's static template tag you can do

{% static 'main.js' as foobar %}

Even though the manifest tag is just a wrapper around the static tag, the modification that takes place will strip out any arguments after the name of the asset. The manifest tag should be modified to allow the as foobar to pass through

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions