Commit e0d96abf by ayub-khan

Minor Code Refactor

LEARNER-2653
Jenkins translation job pybabel process
was not able to interpret this line
and causing syntax error.
parent 79af4c9b
...@@ -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