Changed the ballot-position to bootstrap label-type translation.

- Legacy-Id: 9470
This commit is contained in:
Henrik Levkowetz 2015-04-13 16:35:17 +00:00
parent ca7263dbae
commit d52d916dd0

View file

@ -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',