fix label color issue

This commit is contained in:
Élie Bouttier 2017-11-14 22:57:15 +01:00
parent 5e6c5e34bd
commit 3c70b5da9b
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ class Talk(PonyConfModel):
else:
return 'info'
elif self.accepted is False:
return 'muted'
return 'default'
else:
return 'warning'