diff --git a/ietf/doc/templatetags/ietf_filters.py b/ietf/doc/templatetags/ietf_filters.py index 3ca7a4176..a541866af 100644 --- a/ietf/doc/templatetags/ietf_filters.py +++ b/ietf/doc/templatetags/ietf_filters.py @@ -533,7 +533,7 @@ def pos_to_label(text): """Return a valid Bootstrap3 label type for a ballot position.""" return { 'Yes': 'success', - 'No Objection': 'info', + 'No Objection': 'pass', 'Abstain': 'warning', 'Discuss': 'danger', 'Block': 'danger',