We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My tpl is "t {{no_value}}" and not set no_value in context, it return "t ", now.
"t {{no_value}}"
no_value
"t "
If a variable that doesn’t exist, I hope the template system will insert the raw token. e.g. "t {{no_value}}". It is useful for debug.
https://django.readthedocs.io/en/1.7.x/ref/settings.html#std:setting-TEMPLATE_STRING_IF_INVALID
The text was updated successfully, but these errors were encountered:
That's a feature not yet supported. I'll add it to the withlist.
Sorry, something went wrong.
No branches or pull requests
My tpl is
"t {{no_value}}"
and not setno_value
in context, it return"t "
, now.If a variable that doesn’t exist, I hope the template system will insert the raw token. e.g.
"t {{no_value}}"
. It is useful for debug.https://django.readthedocs.io/en/1.7.x/ref/settings.html#std:setting-TEMPLATE_STRING_IF_INVALID
The text was updated successfully, but these errors were encountered: