Skip to content

Commit d52d916

Browse files
committed
Changed the ballot-position to bootstrap label-type translation.
- Legacy-Id: 9470
1 parent ca7263d commit d52d916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/templatetags/ietf_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def pos_to_label(text):
533533
"""Return a valid Bootstrap3 label type for a ballot position."""
534534
return {
535535
'Yes': 'success',
536-
'No Objection': 'info',
536+
'No Objection': 'pass',
537537
'Abstain': 'warning',
538538
'Discuss': 'danger',
539539
'Block': 'danger',

0 commit comments

Comments
 (0)