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
{{ message }}
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
if i got template like:
if @session.user_id == @user.id:
it gets rendered as:
if 3 == 3:
without evaluating the condition
update:
now I see that condition works with different syntax
if(condition)
...
end
it is ok now
The text was updated successfully, but these errors were encountered: