Changed the ballot-position to bootstrap label-type translation.
- Legacy-Id: 9470
This commit is contained in:
parent
ca7263dbae
commit
d52d916dd0
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue