Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Filters in Inline Django Variables #124

Open
kevinastone opened this issue Jan 27, 2013 · 1 comment
Open

Support Filters in Inline Django Variables #124

kevinastone opened this issue Jan 27, 2013 · 1 comment

Comments

@kevinastone
Copy link

I frequently need to pass a variable through a django filter before combining with static text inline.

For example:

%h4
    AUS$={price|floatformat:"-2"|intcomma}

Placing them on separate lines doesn't work because it introduces whitespace.

%h4
    AUS$
    = price|floatformat:"-2"|intcomma
@alexmorozov
Copy link

Any progress on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants