Unverified Commit a1f30644 by Ayub khan Committed by GitHub

Merge pull request #16541 from edx/LEARNER-2653-minor-code-refactor

Minor Code Refactor
parents 34d8b1fb e0d96abf
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
% for option in options: % for option in options:
<li> <li>
% if has_options_value: % if has_options_value:
% if all([c == status.classname for c in option['choice'], status]): % if all(c == status.classname for c in (option['choice'], status)):
<span class="tag-status ${status.classname}" aria-describedby="input_${id}_comment"> <span class="tag-status ${status.classname}" aria-describedby="input_${id}_comment">
<%include file="status_span.html" args="status=status"/> <%include file="status_span.html" args="status=status"/>
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment