Skip to content

Django Template: {% with key=value %} spacing issue #338

@bae-code

Description

@bae-code

Description
Unibeautify formats the {% with key=value %} tag in Django templates by adding spaces around the = operator, like this:

{% with key = value %}
However, Django templates require strict syntax without spaces around the = operator, like this:

{% with key=value %}
This formatting change causes a syntax error in Django templates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions