Files
edx-platform/lms/templates/problem_notifications.html
Feanil Patel 8fa34d7974 fix: Text comparison should be done with == not via is.
`is` will check if two objects are the same whereas `==` will check if
their values are the same which is what we want here.
2021-03-01 15:38:24 -05:00

978 B