Changed the style for 'recuse' from 'default' to 'primary' colour.

- Legacy-Id: 10583
This commit is contained in:
Henrik Levkowetz 2015-12-11 20:04:56 +00:00
parent 527a1dd88a
commit 937fd705e2

View file

@ -537,7 +537,7 @@ def pos_to_label(text):
'Abstain': 'warning',
'Discuss': 'danger',
'Block': 'danger',
'Recuse': 'default',
'Recuse': 'primary',
}.get(str(text), 'blank')
@register.filter