Skip to content
Snippets Groups Projects
Unverified Commit 7789ee8d authored by Feanil Patel's avatar Feanil Patel Committed by GitHub
Browse files

Merge pull request #26788 from edx/feanil/fix_warning

fix: Text comparison should be done with `==` not via is.
parents 6e4e7648 8fa34d79
No related merge requests found
......@@ -9,7 +9,7 @@
<span class="notification-message" aria-describedby="${ short_id }-problem-title">${notification_message}
</span>
<div class="notification-btn-wrapper">
% if notification_name is 'hint':
% if notification_name == 'hint':
<button type="button" class="btn btn-default btn-small notification-btn hint-button">
${_('Next Hint')}
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment