You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is patched to work across many projects and some libraries (including django-components), so I suggest not applying this to avoid errors either way.
This is a nice idea. It'd be great if this could detect accidental multi-line tags, and fix them.
A word of caution, though: until Django supports multi-line tags, automatic fixes should be opt-in, to make sure formatting doesn't accidentally change the semantics of a file.
Description
Template tags that are broken over multiple lines are rendered as text by DTL:
It's a source of many innocuous bugs. Is this something that could be detected and fixed by djade?
The text was updated successfully, but these errors were encountered: