fix blocked -> block

This commit is contained in:
Son NK 2020-04-20 19:58:10 +02:00
parent 840f827b45
commit 04e7cc448e
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ class EmailLog(db.Model, ModelMixin):
elif self.bounced:
return "bounced"
elif self.blocked:
return "blocked"
return "block"
else:
return "forward"