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
Recently I've noticed that choices can't be accessed from Django templates i.e. it is possible to access them but an empty string will be returned instead of the value. Here is the snippet to reproduce the problem:
Cheers for the issue! There is definitely something wrong with my GL notifications. I have noticed your issue only now and no emails were delivered to me. So sorry for the late response!
That's an interesting one, yet no idea why it happens but I will have a look precisely and come back to you.
BTW, did you manage to fix it in your fork or not yet?
Hey Alex 👋
Recently I've noticed that choices can't be accessed from Django templates i.e. it is possible to access them but an empty string will be returned instead of the value. Here is the snippet to reproduce the problem:
Tested with the default template engine.
The text was updated successfully, but these errors were encountered: