diff --git a/cfp/models.py b/cfp/models.py index a55c2d1..b0c5a78 100644 --- a/cfp/models.py +++ b/cfp/models.py @@ -389,7 +389,7 @@ class Talk(PonyConfModel): else: return 'info' elif self.accepted is False: - return 'muted' + return 'default' else: return 'warning'