Commit 41832744 by David Baumgold

Correct course team admin badging logic

parent ecf855eb
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
))}"> ))}">
<% is_instuctor = is_user_in_course_group_role(user, context_course.location, 'instructor', check_staff=False) %> <% is_instuctor = is_user_in_course_group_role(user, context_course.location, 'instructor', check_staff=False) %>
% if is_instuctor and len(instructors) == 1: % if is_instuctor:
<span class="wrapper-ui-badge"> <span class="wrapper-ui-badge">
<span class="flag flag-role flag-role-admin is-hanging"> <span class="flag flag-role flag-role-admin is-hanging">
<span class="label sr">${_("Current Role:")}</span> <span class="label sr">${_("Current Role:")}</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