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
It seems an unnecessary limitation to restrict the var tag to only handle one variable. It's sometimes useful to be able to declare multiple related variables together, e.g.
{% var minlength=3 maxlength=4 %}
and it seems easy to handle this case, as Django is doing the necessary work of splitting the tokens.
The text was updated successfully, but these errors were encountered:
vsajip
added a commit
to vsajip/slippers
that referenced
this issue
Feb 3, 2025
It seems an unnecessary limitation to restrict the
var
tag to only handle one variable. It's sometimes useful to be able to declare multiple related variables together, e.g.and it seems easy to handle this case, as Django is doing the necessary work of splitting the tokens.
The text was updated successfully, but these errors were encountered: